From ca7a2e64176ed0345a0040982018a867479680fc Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sun, 29 Nov 2009 19:51:07 +0100 Subject: Fix crash in script for quest Trolls is gone crazy --HG-- branch : trunk --- sql/updates/6405_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/6405_world.sql (limited to 'sql') 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); -- cgit v1.2.3