Scripts/Spells: Fixed Berserk rank

This commit is contained in:
Keader
2018-06-05 08:46:52 -03:00
parent ee7c0c16f1
commit 289b2dff33
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_script_names` SET `spell_id`=50334 WHERE `spell_id`=-50334 AND `ScriptName`='spell_dru_berserk';

View File

@@ -182,7 +182,7 @@ class spell_dru_bear_form_passive : public SpellScriptLoader
}
};
// -50334 - Berserk
// 50334 - Berserk
class spell_dru_berserk : public AuraScript
{
PrepareAuraScript(spell_dru_berserk);