From 72447593f39e2efa4bff7cf5294cf071a5cdea1d Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 10 May 2017 16:08:59 +0200 Subject: 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 --- sql/updates/world/3.3.5/2017_05_10_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_05_10_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_05_10_01_world.sql b/sql/updates/world/3.3.5/2017_05_10_01_world.sql new file mode 100644 index 00000000000..c86e1f71c84 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_10_01_world.sql @@ -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; -- cgit v1.2.3