DB/PhaseXPhaseGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'New in Cataclysm. Category:DBC')
 
(add full and correct info for 6.0.1.18179)
Line 1: Line 1:
New in Cataclysm.
New in Cataclysm.
==6.0.1.18179==
struct PhaseXPhaseGroupRec {
  int m_ID;
  int m_phaseID;
  int m_phaseGroupID;
};


[[Category:DBC]]
[[Category:DBC]]

Revision as of 03:09, 11 July 2014

New in Cataclysm.

6.0.1.18179

struct PhaseXPhaseGroupRec {
  int m_ID;
  int m_phaseID;
  int m_phaseGroupID;
};