mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Scripts/Spells: Fixed Berserk rank
This commit is contained in:
1
sql/updates/world/3.3.5/2018_06_05_00_world.sql
Normal file
1
sql/updates/world/3.3.5/2018_06_05_00_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_script_names` SET `spell_id`=50334 WHERE `spell_id`=-50334 AND `ScriptName`='spell_dru_berserk';
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user