aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-23 19:30:25 +0200
committerKudlaty <none@none>2009-07-23 19:30:25 +0200
commit81e6f06680ce85989df27c2c34cdcd74932ab9ad (patch)
tree0ae10b7c15a47c97c4efddf34efec934612e4210 /sql
parent21ffe5f70adfaee9fb1567fb42d0e276e79b8ec7 (diff)
Add script for quest 12861. Author: Drethek.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/4547_world_scripts.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4547_world_scripts.sql b/sql/updates/4547_world_scripts.sql
new file mode 100644
index 00000000000..82f682e482e
--- /dev/null
+++ b/sql/updates/4547_world_scripts.sql
@@ -0,0 +1,5 @@
+UPDATE `creature_template` SET `ScriptName`='npc_captured_rageclaw' WHERE (`entry`='29686');
+UPDATE `creature_template` SET `ScriptName`='npc_drakuru_shackles' WHERE (`entry`='29700');
+
+DELETE FROM `spell_script_target` WHERE `entry` IN (55083,55223,59951,59952);
+INSERT INTO `spell_script_target` VALUES (55083, 1, 29700),(55223, 1, 29686),(59951, 1, 29686),(59952, 1, 29686);