diff options
author | Anubisss <none@none> | 2009-12-06 12:28:24 +0100 |
---|---|---|
committer | Anubisss <none@none> | 2009-12-06 12:28:24 +0100 |
commit | 22100e9c573d3f5d75e11d27399a7c116731fd0a (patch) | |
tree | bc7910a82770ecd8aa9db2b39fdf5ec50186ef44 | |
parent | 8b04c4c85521bf7367b8b4c097e8608a78eef7e1 (diff) |
*Fix line endings.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/6397_world.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql index a4eb5087540..2d5ef4759c0 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`=45634;
-INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
-(45634,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); |