This commit is contained in:
SilicaAndPina 2021-02-25 00:00:12 +13:00
parent 9d8668757c
commit 4652d9bb4f
3 changed files with 7 additions and 2 deletions

View file

@ -98,8 +98,8 @@ namespace HISP.Game.Horse
}
else
{
X = MapX;
Y = MapY;
x = MapX;
y = MapY;
}
wildHorses.Add(this);
if(addToDatabase)