mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-20 14:01:31 +12:00
Add %UNBAN
This commit is contained in:
parent
49522e9fef
commit
3be40efc5e
4 changed files with 53 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue