[Core] Fix Grounding Totem delay bug.
fix the bug of grounding totem delay it's effect for 3s
This commit is contained in:
parent
03ea10a6b8
commit
d4113e6757
@ -259,7 +259,7 @@ Unit::Unit() :
|
||||
m_modMeleeHitChance = 0.0f;
|
||||
m_modRangedHitChance = 0.0f;
|
||||
m_modSpellHitChance = 0.0f;
|
||||
m_baseSpellCritChance = 5;
|
||||
m_baseSpellCritChance = 0;
|
||||
|
||||
m_CombatTimer = 0;
|
||||
m_lastManaUseTimer = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user