DB/SpellVisualKitEffect: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
 
==7.1.0.22996==
{{Template:Sandbox/VersionRange|min_expansionlevel=7}}
KitIDs are duplicated in order to provide details on another component of the spell.
 
{| style="background:#FCFCFC; color:black"
[[Category:DBC]]
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || [[DB/SpellVisual|KitID]] || iRefID || precastKit, castKit, impactKit, stateKit, etc
|- style="background:#E0E0E0;"
| 3 || Classification || iRefID || 2 for SpellVisualMissileAttach, 4 for SoundEntries, 5 for SpellVisualAnimKit
|-
| 4 || KitClassificationID || Integer || ID in respective Classification Table
|}

Revision as of 02:51, 17 January 2017

7.1.0.22996

KitIDs are duplicated in order to provide details on another component of the spell.

Column Field Type Notes
1 ID Integer
2 KitID iRefID precastKit, castKit, impactKit, stateKit, etc
3 Classification iRefID 2 for SpellVisualMissileAttach, 4 for SoundEntries, 5 for SpellVisualAnimKit
4 KitClassificationID Integer ID in respective Classification Table