From 8a46f6a27c96b4eb182e540010d244f28a8243ec Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sat, 28 Nov 2009 16:31:23 +0100 Subject: Add missing sql from rev 6397 --HG-- branch : trunk --- sql/updates/6397_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/6397_world.sql (limited to 'sql/updates') diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql new file mode 100644 index 00000000000..b37d829c483 --- /dev/null +++ b/sql/updates/6397_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_target` WHERE `entry`=45364; +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(45364,1,25478); -- cgit v1.2.3