DB/SpellDispelType: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
== 7.0.1.21737 ==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || InternalName || String ||
|- style="background:#E0E0E0;"
| 3 || Name || String ||
|-
| 4 || Mask || Integer ||
|- style="background:#E0E0E0;"
| 5 || Unknown || Integer ||
|-
| 6 || Unknown || Integer ||
|- style="background:#E0E0E0;"
| 7 || Unknown || Integer ||
|}
[[User:Synric|Synric]] 12th July 2016
==0.5.3.3368==
==0.5.3.3368==
  struct SpellDispelTypeRec {
  struct SpellDispelTypeRec {
Line 23: Line 47:
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_Legion]][[[Category:7.0.1.23717]]

Revision as of 02:40, 13 July 2016

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 InternalName String
3 Name String
4 Mask Integer
5 Unknown Integer
6 Unknown Integer
7 Unknown Integer

Synric 12th July 2016

0.5.3.3368

struct SpellDispelTypeRec {
  uint32_t m_ID;
  langstringref m_name_lang;
};

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2-18 	sRefName 		String + Loc
19 	mask 	 	 	 	Added in 3.2.
20 	immunityPossible  	Boolean 	Should type be shown on spell tooltips 
21 	internalName 		String 	

6.0.1.18179

struct SpellDispelTypeRec {
  uint32_t m_ID;
  langstringref m_name_lang;
  uint32_t m_mask;
  uint32_t m_immunityPossible;
  stringref m_internalName;
};[[[Category:7.0.1.23717]]