mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
Scripts/BoT: updated respawn mechanics for Halfus Wyrmbreaker and Ascendant Council to work with the dynamic spawn system
This commit is contained in:
10
sql/updates/world/custom/custom_2018_08_23_05_world.sql
Normal file
10
sql/updates/world/custom/custom_2018_08_23_05_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user