aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoruntaught <untaugh@mail.bg>2014-04-14 19:48:13 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2014-04-14 19:48:13 +0200
commitb9a62115b17381a7e8371c1df1ebfd4a4165ac59 (patch)
tree71d3c27a79be4ecd7542065798379a671f1c726b /sql
parent6464cfd0331494417967f5c45a94b65fc5dd4b16 (diff)
Core/Spells: fixed Relic of the Earthen Ring
Closes #11282
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_04_14_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_14_00_world_spell_script_names.sql b/sql/updates/world/2014_04_14_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..cb1a99ddf52
--- /dev/null
+++ b/sql/updates/world/2014_04_14_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=66744;
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(66744,'spell_q14100_q14111_make_player_destroy_totems');