Added some info about realm list and auth response packets.

Added few dbc structs and updated related enums.
This commit is contained in:
tomrus88 2010-04-04 01:14:16 +04:00
parent 9836bcbbaa
commit 4535f78573
4 changed files with 84 additions and 23 deletions

View file

@ -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