Core/Spells: fixed Relic of the Earthen Ring

Closes #11282
This commit is contained in:
untaught
2014-04-14 19:48:13 +02:00
committed by joschiwald
parent 6464cfd033
commit b9a62115b1
2 changed files with 44 additions and 0 deletions

View File

@@ -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');