mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Spells: Fix druid's Savage Roar
SpellScript was bound to the wrong spell Closes #2669
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user