DB/SpellIcon: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Contains a list of icons associated with | Contains a list of icons associated with things in the game. Not only for spells. | ||
==Structure== | ==Structure== | ||
{| style="background:#FCFCFC; color:black" | |||
|- | |||
! width="80" | Column | |||
! width="180" | Field | |||
! width="80" | Type | |||
! width="500" | Notes | |||
|- | |||
| 1 || ID || Integer || | |||
|- | |||
| 2 || File || String || There are no extensions (.blp) in these. They mostly match "Interface\Icons\[a-z_0-9]" but there are exceptions. | |||
|} | |||
[[Category:DBC]] | [[Category:DBC]] |
Revision as of 10:07, 9 July 2009
Contains a list of icons associated with things in the game. Not only for spells.
Structure
Column | Field | Type | Notes |
---|---|---|---|
1 | ID | Integer | |
2 | File | String | There are no extensions (.blp) in these. They mostly match "Interface\Icons\[a-z_0-9]" but there are exceptions. |