Fix build.

This commit is contained in:
hondacrx
2022-05-24 18:21:45 -04:00
parent a89977ad99
commit b3eec19d55
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -4679,7 +4679,7 @@ namespace Game.Entities
}
public override bool CanFly() { return m_movementInfo.HasMovementFlag(MovementFlag.CanFly); }
public override CanEnterWater() { return true; }
public override bool CanEnterWater() { return true; }
public Pet GetPet()
{