aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorthesensei <aconstantgoal@abv.bg>2012-08-28 20:58:03 +0300
committerSubv <s.v.h21@hotmail.com>2012-08-28 20:10:01 -0500
commit8f9dad3d7637a18a5e3cc96dfe32826c810f17b3 (patch)
tree2205cab3abbf78b0712e7183ea627f7c1314547d /sql
parent6af514d592115dda44dde46a2f2420b35cbd08a9 (diff)
Core/Spells: Destabilize Azure Dragonshrine
*Spell script support for spell 49370
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_08_28_00_world_spell_script_name.sql4
1 files changed, 4 insertions, 0 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
new file mode 100644
index 00000000000..9cc18a4fa5a
--- /dev/null
+++ b/sql/updates/world/2012_08_28_00_world_spell_script_name.sql
@@ -0,0 +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