Core/Players: Fixed mounts using MOUNT_FLAG_SELF_MOUNT flag

This commit is contained in:
hondacrx
2018-03-06 11:17:30 -05:00
parent c842332393
commit a596b3f1ea
3 changed files with 25 additions and 17 deletions
+3 -1
View File
@@ -137,7 +137,9 @@ namespace Game.DataStorage
public uint Id;
public uint PlayerConditionId;
public byte UiModelSceneID;
}
public bool IsSelfMount() { return (Flags & (ushort)MountFlags.SelfMount) != 0; }
}
public sealed class MountCapabilityRecord
{