DB/AreaTriggerActionSet: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==6.0.1.18179==
__TOC__
 
{{Template:Sandbox/VersionRange|min_expansionlevel=5}}
 
==Warlords==
===6.0.1.18179===
====Struct====
  struct AreaTriggerActionSetRec {
  struct AreaTriggerActionSetRec {
   uint32_t m_ID;
   uint32_t m_ID;

Latest revision as of 03:06, 20 July 2016

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