mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user