Organize creature GUIDs (#700)

- reorganize the guids used for Into the Breach, Maraudon Patrols and Alterac Valley
- cleanup the 00_cleanup.sql file
- improve zone_alterac_valley with the use of wpid
This commit is contained in:
Grimfeather
2025-09-05 08:36:08 +02:00
committed by GitHub
parent 0cb4c9b9e1
commit e26dc1dd86
4 changed files with 224 additions and 269 deletions

View File

@@ -116,8 +116,8 @@ DELETE FROM `creature_addon` WHERE `guid` IN
-- create new patrols
SET @CGUID := 349000;
SET @WPID := 3490000;
SET @CGUID := 652000;
SET @WPID := 6520000;
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+1 AND @CGUID+32;
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,