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) {