mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Creature: Time Watchers
Remove a hack, the npc will despawn at the end of the mini event and respawn later in a correct position Remaining issue #19744
This commit is contained in:
4
sql/updates/world/3.3.5/2017_05_10_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_05_10_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=41, `action_param1`=0, `comment`="Time Watcher - On wp Ended - Despawn" WHERE `entryorguid` IN (-23440, -23439, -23438, -23437, -23436, -23433, -23432, -23429, -23426) AND `source_type`=0 AND `id`=2;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1991800, 1991801) AND `source_type`=9;
|
||||
UPDATE `creature` SET `spawntimesecs`=30 WHERE `id`=19918;
|
||||
Reference in New Issue
Block a user