From 48e13e44b1c30d0cb0e940401ddb8eed0d7756f3 Mon Sep 17 00:00:00 2001 From: Stjepan Bakrac Date: Fri, 22 May 2015 07:57:26 +0200 Subject: [PATCH] Fixed usable items after May 2015 update --- PlayOnline.FFXI/Things/Item.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayOnline.FFXI/Things/Item.cs b/PlayOnline.FFXI/Things/Item.cs index 90822c6..98166b1 100644 --- a/PlayOnline.FFXI/Things/Item.cs +++ b/PlayOnline.FFXI/Things/Item.cs @@ -775,7 +775,8 @@ public bool Read(BinaryReader BR, Type T) { this.ActivationTime_ = BR.ReadUInt16(); this.Unknown1_ = BR.ReadUInt32(); - this.Unknown1_ = BR.ReadUInt32(); + this.Unknown3_ = BR.ReadUInt32(); + this.Unknown4_ = BR.ReadUInt32(); } else if (T == Type.Currency) {