diff options
author | teacher <none@none> | 2009-12-05 18:25:32 +0100 |
---|---|---|
committer | teacher <none@none> | 2009-12-05 18:25:32 +0100 |
commit | e5e9ff8e02bbd963592724a7df5861e0ed3e2a81 (patch) | |
tree | 4ebec2c34b96e988a4e320d0f8cffbf59fab8e0b | |
parent | 49ee73a36d20e22881522fb919572132ae76b55a (diff) |
Fixed typo in 6397_world.sql
Please re-import it (thank you Stryker).
--HG--
branch : trunk
-rw-r--r-- | sql/updates/6397_world.sql | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql index b37d829c483..f844c4d7eef 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);
|