Misc fixes and missed stuff.

This commit is contained in:
hondacrx
2022-01-04 17:37:55 -05:00
parent ed761eb400
commit 97ce4d6db7
11 changed files with 112 additions and 102 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ namespace Game.Combat
{
_owner.AddUnitFlag(UnitFlags.InCombat);
_owner.AtEnterCombat();
if (_owner.IsCreature())
if (!_owner.IsCreature())
_owner.AtEngage(GetAnyTarget());
}
else