aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-08-28 19:31:15 +0100
committerSubv <s.v.h21@hotmail.com>2012-08-28 20:10:04 -0500
commitd6221fc4f7a08fe09e7c8bb9226b0168db358450 (patch)
treed82edeb2636b6d4babb747e5027e07f70fe69cb9 /sql
parent8f9dad3d7637a18a5e3cc96dfe32826c810f17b3 (diff)
Scripts: Fix code style after PR
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_08_28_00_world_spell_script_name.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_08_28_00_world_spell_script_name.sql b/sql/updates/world/2012_08_28_00_world_spell_script_name.sql
index 9cc18a4fa5a..01cfeb35f1f 100644
--- a/sql/updates/world/2012_08_28_00_world_spell_script_name.sql
+++ b/sql/updates/world/2012_08_28_00_world_spell_script_name.sql
@@ -1,4 +1,4 @@
-- Spell script name linking for Defending Wyrmrest Temple: Destabilize Azure Dragonshrine Effect
DELETE FROM `spell_script_names` WHERE `spell_id`=49370 ;
INSERT INTO `spell_script_names` VALUES
-(49370,'spell_q12372_destabilize_azure_dragonshrine_dummy'); \ No newline at end of file
+(49370,'spell_q12372_destabilize_azure_dragonshrine_dummy');