diff options
author | Paradox <iamparadox@netscape.net> | 2009-12-07 20:33:33 -0500 |
---|---|---|
committer | Paradox <iamparadox@netscape.net> | 2009-12-07 20:33:33 -0500 |
commit | 2cb6311f02ec3e471247c485e714d2e85bca5fcb (patch) | |
tree | 9a4251fc389c617258533f2486d8ba6109312be1 | |
parent | eddfbf558ae2097e182a81282ab0adb0613048fa (diff) |
Fix CRLF
--HG--
branch : trunk
-rw-r--r-- | sql/FULL/world_spell_full.sql | 4 | ||||
-rw-r--r-- | sql/updates/6452_world_spells.sql | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index f05add0a3a5..5217f5cf19c 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -526,9 +526,9 @@ INSERT INTO `spell_script_target` VALUES (59951, 1, 29686),(59952, 1, 29686); -- Violet Hold -DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
+DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -(54160, 1, 29266),
+(54160, 1, 29266), (59474, 1, 29266); -- -------- diff --git a/sql/updates/6452_world_spells.sql b/sql/updates/6452_world_spells.sql index 55b1721f259..2ad6f262074 100644 --- a/sql/updates/6452_world_spells.sql +++ b/sql/updates/6452_world_spells.sql @@ -1,4 +1,5 @@ -DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
+DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -(54160, 1, 29266),
+(54160, 1, 29266), (59474, 1, 29266); + |