Misc fixes

This commit is contained in:
hondacrx
2017-09-06 12:00:21 -04:00
parent 38b6c72499
commit 36a74cf873
18 changed files with 161 additions and 312 deletions
+1 -1
View File
@@ -35,8 +35,8 @@ namespace Game.AI
owner.ClearUnitState(UnitState.Evade);
owner.SetWalk(true);
owner.LoadCreaturesAddon();
owner.SetSpawnHealth();
owner.GetAI().JustReachedHome();
owner.SetSpawnHealth();
}
}