Skip to content

Instantly share code, notes, and snippets.

@barncastle
Created April 11, 2018 10:39
Show Gist options
  • Save barncastle/c79ee56e5fe40799b92a170ee6476995 to your computer and use it in GitHub Desktop.
Save barncastle/c79ee56e5fe40799b92a170ee6476995 to your computer and use it in GitHub Desktop.
enum ITEM_STATIC_FLAGS
{
ITEM_STATIC_FLAGS_NO_PICKUP = 0x0001,
ITEM_STATIC_FLAGS_CONJURED = 0x0002,
ITEM_STATIC_FLAGS_HAS_LOOT_TABLE = 0x0004,
ITEM_STATIC_FLAGS_EXOTIC = 0x0008,
ITEM_STATIC_FLAGS_DEPRECATED = 0x0010,
ITEM_STATIC_FLAGS_OBSOLETE = 0x0020,
ITEM_STATIC_FLAGS_PLAYER_CAST = 0x0040,
ITEM_STATIC_FLAGS_NO_EQUIP_COOLDOWN = 0x0080,
ITEM_STATIC_FLAGS_INTELLECT_BONUS_INSTEAD = 0x0100,
ITEM_STATIC_FLAGS_GIFT_WRAP = 0x0200,
ITEM_STATIC_FLAGS_USES_RESOURCES = 0x0400,
ITEM_STATIC_FLAGS_MULTI_DROP = 0x0800,
ITEM_STATIC_FLAGS_BRIEF_SPELLEFFECTS = 0x1000,
ITEM_STATIC_FLAGS_PETITION = 0x2000,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment