Skip to content

Commit

Permalink
Merge pull request #33 from TeoTwawki/master
Browse files Browse the repository at this point in the history
Named some item flags
  • Loading branch information
z16 committed Jan 29, 2017
2 parents 4d0cecc + 14953fc commit 8b87c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PlayOnline.FFXI/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ public enum ItemFlags : ushort
{
None = 0x0000,
// Simple Flags - mostly assumed meanings
Flag00 = 0x0001,
WallHanging = 0x0001, // Used by furnishing like paintings.
Flag01 = 0x0002,
Flag02 = 0x0004,
Flag03 = 0x0008,
MysteryBox = 0x0004, // Can be gained from Gobbie Mystery Box
MogGarden = 0x0008, // Can use in Mog Garden
CanSendPOL = 0x0010,
Inscribable = 0x0020,
NoAuction = 0x0040,
Expand Down

0 comments on commit 8b87c0e

Please sign in to comment.