From e83f90bfe34c3c7c5d46b4238eb189368d2c9fac Mon Sep 17 00:00:00 2001 From: teacher Date: Sat, 5 Dec 2009 18:57:48 +0100 Subject: And I should do like raczman, drink lots of coffee before committing. Thank you Xeptor for spotting silly SQL typo in 6397_world.sql --HG-- branch : trunk --- sql/updates/6397_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql index f844c4d7eef..a4eb5087540 100644 --- a/sql/updates/6397_world.sql +++ b/sql/updates/6397_world.sql @@ -1,4 +1,4 @@ -DELETE FROM `spell_script_target` WHERE `entry`=45364 AND `type`=1 AND `targetEntry`=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); -- cgit v1.2.3