aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-05-10 16:08:59 +0200
committerKillyana <morphone1@gmail.com>2017-05-10 16:08:59 +0200
commit72447593f39e2efa4bff7cf5294cf071a5cdea1d (patch)
tree4ed3f7e4c65dd10689edf1819fe1eba0dfc913aa
parente036d2232dae839973424707ca7d675fb75af930 (diff)
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
-rw-r--r--sql/updates/world/3.3.5/2017_05_10_01_world.sql4
1 files changed, 4 insertions, 0 deletions
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;