DB/SpellIcon: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
Contains a list of icons associated with spells in the game.  
Contains a list of icons associated with things in the game. Not only for spells.
 
==Header Info ==
Records..................1533
Fields......................2
Record Size.................8
String Block Size.......57522


==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
2 sRefPath String path: "Interface\Icons\[a-z_0-9]"  
! width="80" | Column  
 
! width="180" | Field  
Retrieved from "http://www.sourcepeek.com/wiki/SpellIcon.dbc"
! 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 11: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.