DB/SkillLine

From wowdev
Jump to navigation Jump to search

Header Info

Records...................135
Fields.....................22
Record Size................88
String Block Size........4607

Structure

Column	Field 				Type 
1 	ID 				Integer 	
2 	iRefID_SkillLineCategory 	Integer 	
3 	Unknown 			Integer 	
4 	iRefMask_ChrClasses 	        BitMask   
5-19	sRefName 			String + Loc	
20 	Unknown 			Integer 	
21-36 	description 			String + Loc 	
37 	Unknown 			Integer 	
38 	iRefID_SpellIcon	 	Integer 	

Retrieved from "http://www.sourcepeek.com/wiki/SkillLine.dbc"

struct SkillLineEntry
{
    uint32    id;                                           // 0        m_ID
    int32     categoryId;                                   // 1        m_categoryID
    //uint32    skillCostID;                                // 2        m_skillCostsID
    char*     name[16];                                     // 3-18     m_displayName_lang
                                                            // 19 string flags
    //char*     description[16];                            // 20-35    m_description_lang
                                                            // 36 string flags
    uint32    spellIcon;                                    // 37       m_spellIconID
    //char*     alternateVerb[16];                          // 38-53    m_alternateVerb_lang
                                                            // 54 string flags
    uint32    canLink;                                      // 55       m_canLink (prof. with recipes
};

http://dev.trinitycore.org/trinitycore2/src/561ac59c59ac/src/game/DBCStructure.h