DB/SpellDescriptionVariables: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
New in WotLK.


==Header Info==
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
Records....................58
Fields......................2
Record Size.................8
String Block Size........5465
 
==4.0.3.13329==


==7.0.1.21737==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 20: Line 14:
| 2  || String || Text ||
| 2  || String || Text ||
|}
|}
[[User:Synric|Synric]] 12th July 2016


==6.0.1.18179==
==6.0.1.18179==
  struct SpellDescriptionVariablesRec {
  struct SpellDescriptionVariablesRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_variables;
   {{Template:Type|stringref}} m_variables;
  };
  };
==4.0.3.13329==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1  || ID || Integer ||
|-
| 2  || String || Text ||
|}
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
Line 31: Line 41:
[[Category:DBC_MoP]]
[[Category:DBC_MoP]]
[[Category:4.0.3.13329]]
[[Category:4.0.3.13329]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_Legion]][[Category:7.0.1.21737]]
[[Category:SpellData]]

Latest revision as of 02:49, 20 July 2016

≥ Wrath

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 String Text

Synric 12th July 2016

6.0.1.18179

struct SpellDescriptionVariablesRec {
  uint32_t m_ID;
  stringref m_variables;
};

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 String Text