[Core] Fix Grounding Totem delay bug.

fix the bug of grounding totem delay it's effect for 3s
This commit is contained in:
xfury 2016-01-20 21:19:52 +00:00 committed by Antz
parent 03ea10a6b8
commit d4113e6757

View File

@ -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;