From dd2602d3ecbd91c8accd51f62e2b89af3549dbd8 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 12 Dec 2010 17:32:26 +0100 Subject: Fixed line endings in 10623_world_spell_bonus_data Scripts/Naxxramas: Fixed a possible crash in instance script --HG-- branch : trunk --- sql/updates/10623_world_spell_bonus_data.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/updates') diff --git a/sql/updates/10623_world_spell_bonus_data.sql b/sql/updates/10623_world_spell_bonus_data.sql index c9e24105e53..7db48d5bd92 100644 --- a/sql/updates/10623_world_spell_bonus_data.sql +++ b/sql/updates/10623_world_spell_bonus_data.sql @@ -1,3 +1,3 @@ -DELETE FROM `spell_bonus_data` WHERE `entry` IN (66922); -INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES -(66922, 0, 0, 0, 0, 'Paladin - Flash of Light'); +DELETE FROM `spell_bonus_data` WHERE `entry` IN (66922); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(66922, 0, 0, 0, 0, 'Paladin - Flash of Light'); -- cgit v1.2.3