DB/World PVP Area: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page World PVP Area.dbc to DB/World PVP Area)
 
(2 intermediate revisions by one other user not shown)
Line 12: Line 12:
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]]
[[Category:6.0.1.18179]]

Latest revision as of 01:19, 13 February 2016

New in Cataclysm.

6.0.1.18179

struct World_PVP_AreaRec {
  uint32_t m_ID;
  uint32_t m_area_ID;
  uint32_t m_next_time_worldstate;
  uint32_t m_game_time_worldstate;
  uint32_t m_battle_populate_time;
  uint32_t m_min_level;
  uint32_t m_max_level;
};