Skip to content

Commit

Permalink
Fixed usable items after May 2015 update
Browse files Browse the repository at this point in the history
  • Loading branch information
z16 committed May 22, 2015
1 parent 7d25b2c commit 48e13e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PlayOnline.FFXI/Things/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 48e13e4

Please sign in to comment.