DB/SkillCostsData: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info== Records..................1500 Fields......................5 Record Size................20 String Block Size...........1 ==Structure== '''Column Field Type''' 1 I...)
 
mNo edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info==
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=3}}
Records..................1500
Fields......................5
Record Size................20
String Block Size...........1
 
==Structure==
'''Column Field Type'''
1 ID Integer
2 Unknown Integer
3 Unknown Integer
4 Unknown Integer
5 Unknown Integer
 
Retrieved from "http://www.sourcepeek.com/wiki/SkillCostsData.dbc"


==1.12.1.5875, cata==
struct SkillCostsDataEntry
{
  uint32_t m_ID;
  uint32_t m_skillCostsID;
  uint32_t m_cost[3];
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_Cataclysm]]

Latest revision as of 22:52, 1 October 2017

Vanilla … Wrath

1.12.1.5875, cata

struct SkillCostsDataEntry
{
  uint32_t m_ID;
  uint32_t m_skillCostsID;
  uint32_t m_cost[3];
};