After town portal, wizard gets stuck often.
I try to fix this bug as below:
change
to
in HandleTarget.cs and PlayerMover.cs
I try to fix this bug as below:
change
PHP:
CombatBase.CanCast(SNOPower.Wizard_Teleport)
PHP:
!Trinity.Player.IsInTown && CombatBase.CanCast(SNOPower.Wizard_Teleport)
in HandleTarget.cs and PlayerMover.cs






