Scripts/Spells: Fixed Berserk rank

This commit is contained in:
Aokromes
2018-06-09 07:34:03 +02:00
parent c8f2f0c097
commit 5dfbde1d24
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

@@ -72,7 +72,7 @@ enum MiscSpells
SPELL_CATEGORY_MANGLE_BEAR = 971
};
// -50334 - Berserk
// 50334 - Berserk
class spell_dru_berserk : public AuraScript
{
PrepareAuraScript(spell_dru_berserk);