Core/Spells: Implemented evoker empower spell mechanic
Port From (https://github.com/TrinityCore/TrinityCore/commit/a39d0db9ec64f6bf38716abaade5b7835f2db338)
This commit is contained in:
@@ -262,6 +262,7 @@ namespace Game.Entities
|
||||
SetModRangedHaste(1.0f);
|
||||
SetModHasteRegen(1.0f);
|
||||
SetModTimeRate(1.0f);
|
||||
SetSpellEmpowerStage(-1);
|
||||
|
||||
SetSpeedRate(UnitMoveType.Walk, creatureInfo.SpeedWalk);
|
||||
SetSpeedRate(UnitMoveType.Run, creatureInfo.SpeedRun);
|
||||
|
||||
Reference in New Issue
Block a user