DB/AreaTriggerActionSet

From wowdev
Jump to navigation Jump to search

≥ Mists

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;
};