From e5e9ff8e02bbd963592724a7df5861e0ed3e2a81 Mon Sep 17 00:00:00 2001 From: teacher Date: Sat, 5 Dec 2009 18:25:32 +0100 Subject: [PATCH] Fixed typo in 6397_world.sql Please re-import it (thank you Stryker). --HG-- branch : trunk --- sql/updates/6397_world.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql index b37d829c48..f844c4d7ee 100644 --- a/sql/updates/6397_world.sql +++ b/sql/updates/6397_world.sql @@ -1,3 +1,4 @@ -DELETE FROM `spell_script_target` WHERE `entry`=45364; -INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -(45364,1,25478); +DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=25478 +DELETE FROM `spell_script_target` WHERE `entry`=45634; +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(45634,1,25478);