DB/ObjectEffectGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Purely descriptive table. Elements are here: [[ObjectEffect.dbc|[1]]].
Purely descriptive table. Elements are here: [[ObjectEffect.dbc|[1]]].
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==9183==
==9183==
  ID, int
  ID, int
  Name, string
  Name, string


==6.0.1.18179==
struct ObjectEffectGroupRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_name;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 01:47, 20 July 2016

Purely descriptive table. Elements are here: [1].

≥ Wrath

9183

ID, int
Name, string

6.0.1.18179

struct ObjectEffectGroupRec {
  uint32_t m_ID;
  stringref m_name;
};