diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-28 11:26:48 -0700 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-28 11:26:48 -0700 |
| commit | a9e6f5453bf71f963b081375e57931f99a89ccf0 (patch) | |
| tree | 8982714028b560b264e5d4c82abdc23de63c830e /sql | |
| parent | ff886b626e7aaa9d8359cfbddc69227dd3f30883 (diff) | |
| parent | 66917624bb90e302efa8bdf31b8cc8555843e9e6 (diff) | |
Merge pull request #7553 from Trista/master
Core/Spells: Destabilizing Azure Dragonshrine
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_28_00_world_spell_script_name.sql | 4 |
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 |
