mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Added some info about realm list and auth response packets.
Added few dbc structs and updated related enums.
This commit is contained in:
parent
9836bcbbaa
commit
4535f78573
4 changed files with 84 additions and 23 deletions
|
|
@ -577,6 +577,24 @@ struct BattlemasterListEntry
|
|||
//uint32 SomeLevel; // 31, may be max level
|
||||
};
|
||||
|
||||
/*struct Cfg_CategoriesEntry
|
||||
{
|
||||
uint32 Index; // categoryId, sent in RealmList packet
|
||||
uint32 Unk1;
|
||||
uint32 Unk2;
|
||||
uint32 IsTournamentRealm;
|
||||
char *categoryName[16];
|
||||
uint32 categoryNameFlags;
|
||||
}*/
|
||||
|
||||
/*struct Cfg_ConfigsEntry
|
||||
{
|
||||
uint32 Id;
|
||||
uint32 Type; // sent in RealmList packet
|
||||
uint32 IsPvp;
|
||||
uint32 IsRp;
|
||||
};*/
|
||||
|
||||
#define MAX_OUTFIT_ITEMS 24
|
||||
|
||||
struct CharStartOutfitEntry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue