aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-06-10 18:30:23 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-06-10 18:30:23 +0200
commitd0f1dd552a5f921c585b4e371263f3730fdba0be (patch)
tree92207cb0ada7ea6b6636c63616f70ed63f705dd2
parent680798a11d48e9da51bf4a7eb31503bb450a502f (diff)
Minor cosmetic fix for SQL from previous commit.
-rw-r--r--sql/updates/world/2011_06_10_02_world_misc.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_06_10_02_world_misc.sql b/sql/updates/world/2011_06_10_02_world_misc.sql
index af07fab967a..15f24715ede 100644
--- a/sql/updates/world/2011_06_10_02_world_misc.sql
+++ b/sql/updates/world/2011_06_10_02_world_misc.sql
@@ -28,4 +28,4 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(63025,'spell_xt002_gravity_bomb_damage');
-- Better naming for changed script with new functionality
-UPDATE `spell_script_names` SET `ScriptName`='spell_xt002_gravity_bomb_aura' WHERE `spell_id` IN(64234,63024) \ No newline at end of file
+UPDATE `spell_script_names` SET `ScriptName`='spell_xt002_gravity_bomb_aura' WHERE `spell_id` IN(64234,63024);