Scripts/BoT: updated respawn mechanics for Halfus Wyrmbreaker and Ascendant Council to work with the dynamic spawn system

This commit is contained in:
Ovahlord
2018-08-23 00:09:12 +02:00
parent d032cc15a5
commit ca8c6038ba
5 changed files with 118 additions and 54 deletions

View File

@@ -0,0 +1,10 @@
DELETE FROM `creature` WHERE `guid` IN (253891 , 253890, 253889, 253888, 253887, 253886, 253885, 253884, 253883, 253882, 253858, 253855, 253853, 253852, 253870, 253879, 253875, 253859, 253857, 253856, 253854, 253851, 253850, 253877, 253880, 253862, 253860, 254144, 254133, 254134, 254148);
DELETE FROM `creature_addon` WHERE `guid` IN (253891 , 253890, 253889, 253888, 253887, 253886, 253885, 253884, 253883, 253882, 253858, 253855, 253853, 253852, 253870, 253879, 253875, 253859, 253857, 253856, 253854, 253851, 253850, 253877, 253880, 253862, 253860, 254144, 254133, 254134, 254148);
DELETE FROM `gameobject` WHERE `guid` IN (211098, 211085);
DELETE FROM `gameobject_addon` WHERE `guid` IN (211098, 211085);
DELETE FROM `instance_spawn_groups` WHERE `InstanceMapId`= 671;
DELETE FROM `spawn_group` WHERE `groupId` IN (52, 53);
DELETE FROM `spawn_group_template` WHERE `groupId` IN (52, 53);