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 /sql/updates | |
| parent | eddfbf558ae2097e182a81282ab0adb0613048fa (diff) | |
Fix CRLF
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6452_world_spells.sql | 5 |
1 files changed, 3 insertions, 2 deletions
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); + |
