From 81e6f06680ce85989df27c2c34cdcd74932ab9ad Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Thu, 23 Jul 2009 19:30:25 +0200 Subject: Add script for quest 12861. Author: Drethek. --HG-- branch : trunk --- sql/updates/4547_world_scripts.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/4547_world_scripts.sql (limited to 'sql') 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); -- cgit v1.2.3