aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-11-29 19:51:07 +0100
committerKudlaty <none@none>2009-11-29 19:51:07 +0100
commitca7a2e64176ed0345a0040982018a867479680fc (patch)
treeb341361955145d90fd902ef37e3e95f73682abff /sql
parent49fffe9da755f5f73422e44b25ab947bf16d0817 (diff)
Fix crash in script for quest Trolls is gone crazy
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6405_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6405_world.sql b/sql/updates/6405_world.sql
new file mode 100644
index 00000000000..cfafee3580e
--- /dev/null
+++ b/sql/updates/6405_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_target` WHERE `entry`=55083;
+INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
+(55083, 1, 29700),
+(55083, 1, 29686);