DB/SpellAuraNames: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:


==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer categorization of some type.  
  2 SpecialMiscValue Integer categorization of some type.  
  3 internalname String
  3 GlobalStringsTag String
  4-12 Name [[Loc]]
  4-12 Name [[Loc]]


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Alpha]]
[[Category:DBC_Alpha]]
[[Category:DBC_Vanilla]]
[[Category:DBC_Vanilla]]

Revision as of 14:52, 3 October 2017

≤ Vanilla

0.5.3.3368, 1.12.1.5875

struct SpellAuraNamesRec {
  uint32_t m_EnumID;
  uint32_t m_specialMiscValue;    // 3: CGTooltip::GetAuraEffectString
  stringref m_globalstrings_tag;
  langstringref m_name_lang;
};

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	SpecialMiscValue 	Integer 	categorization of some type. 
3 	GlobalStringsTag 	String 	
4-12 	Name 			Loc