Core/Talents: Really fix talents this time.

Core/Misc: Misc fixes
This commit is contained in:
hondacrx
2018-01-12 20:46:47 -05:00
parent 81c9383512
commit d0887b7cc9
3 changed files with 3 additions and 6 deletions
@@ -99,8 +99,8 @@ namespace Game.Movement
public override void DoFinalize(T owner)
{
//if (owner.HasUnitState(UnitState.Charging))
owner.ClearUnitState(UnitState.Roaming | UnitState.RoamingMove);
if (!owner.HasUnitState(UnitState.Charging))
owner.ClearUnitState(UnitState.Roaming | UnitState.RoamingMove);
if (owner.moveSpline.Finalized())
MovementInform(owner);