DB/AreaTriggerActionSet: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 3 users 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;
  enum
  {
    flag_allowed_while_ghost = 8,
    flag_allowed_while_dead = 16,
  };
   uint32_t m_flags;
   uint32_t m_flags;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

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