DB/AreaTriggerActionSet

From wowdev
Revision as of 03:22, 14 July 2016 by Synric (talk | contribs)
Jump to navigation Jump to search

Warlords

6.0.1.18179

Struct

struct AreaTriggerActionSetRec {
  uint32_t m_ID;
  enum
  {
    flag_allowed_while_ghost = 8,
    flag_allowed_while_dead = 16,
  };
  uint32_t m_flags;
};