Add %UNBAN

This commit is contained in:
SilicaPi 2021-02-02 18:35:50 +13:00
commit 3be40efc5e
4 changed files with 53 additions and 5 deletions
Horse Isle Server/HorseIsleServer/Game/Horse

View file

@ -122,7 +122,10 @@ namespace HISP.Game.Horse
{
get
{
return baseHorse.Equipment.Companion.GetMiscFlag(0);
if(baseHorse.Equipment.Companion != null)
return baseHorse.Equipment.Companion.GetMiscFlag(0);
else
return 0;
}
}
public int TackOffset