mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
[11713] Load ItemClass.dbc
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
a1577182c7
commit
7db70dd969
5 changed files with 15 additions and 2 deletions
|
|
@ -1060,6 +1060,15 @@ struct ItemBagFamilyEntry
|
|||
// // 17 name flags
|
||||
};
|
||||
|
||||
struct ItemClassEntry
|
||||
{
|
||||
uint32 ID; // 0 m_ID
|
||||
//uint32 unk1; // 1
|
||||
//uint32 unk2; // 2 only weapon have 1 in field, other 0
|
||||
char* name[16]; // 3-19 m_name_lang
|
||||
// // 20 name flags
|
||||
};
|
||||
|
||||
struct ItemDisplayInfoEntry
|
||||
{
|
||||
uint32 ID; // 0 m_ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue