Skip to content

Commit

Permalink
Adjusted for February 2016 Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
z16 committed Feb 10, 2016
1 parent 9403e9c commit e9031c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayOnline.FFXI/Things/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public static void DeduceType(BinaryReader BR, out Type T)
{
T = Type.Armor;
}
else if (ID < 0x6000)
else if (ID < 0x5A00)
{
T = Type.Weapon;
}
Expand Down

0 comments on commit e9031c0

Please sign in to comment.