Fix: IgnoreObjectProperty did not handle object property 0x18

This commit is contained in:
Jonathan G Rennison
2023-02-28 22:10:43 +00:00
parent 467b20f5e2
commit 8e900c7a87

View File

@@ -4255,6 +4255,7 @@ static ChangeInfoResult IgnoreObjectProperty(uint prop, ByteReader *buf)
case 0x14:
case 0x16:
case 0x17:
case 0x18:
buf->ReadByte();
break;