DB/GlyphProperties: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Structure== uint32 Id; uint32 SpellId; uint32 TypeFlags; uint32 GlyphIconId; // (SpellIcon.dbc) http://dev.trinitycore.org/trinitycore2/src/561ac59c59ac/src/game/...)
 
Line 1: Line 1:
==Structure==
== 12340 ==
    uint32  Id;
{| style="background:#FCFCFC; color:black"
    uint32  SpellId;
|-
    uint32  TypeFlags;
! width="80" | Column
    uint32  GlyphIconId;  //  (SpellIcon.dbc)
! width="180" | Field
 
! width="80" | Type
http://dev.trinitycore.org/trinitycore2/src/561ac59c59ac/src/game/DBCStructure.h
! width="500" | Notes
|-
| 1 || Id || Integer ||
|- style="background:#F0F8FF;"
| 2 || [[Spell.dbc|SpellId]] || iRefID ||
|-
| 3 || TypeFlags || Integer ||
|- style="background:#F0F8FF;"
| 4 || [[SpellIcon.dbc|GlyphIconId]] || iRefID ||
|-
|}


[[Category:DBC]]
[[Category:DBC]]

Revision as of 11:29, 4 September 2010

12340

Column Field Type Notes
1 Id Integer
2 SpellId iRefID
3 TypeFlags Integer
4 GlyphIconId iRefID