DB/Spells: Fix druid's Savage Roar

SpellScript was bound to the wrong spell

Closes #2669
This commit is contained in:
Warpten
2012-09-16 14:48:39 +01:00
committed by Nay
parent 72f26fe357
commit bb03cfb0a2
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM spell_script_names WHERE scriptName="spell_dru_savage_roar";
INSERT INTO spell_script_names (spell_id, ScriptName) VALUES
(52610, 'spell_dru_savage_roar');