mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Possible queue bug fix.
Player flags enum update.
This commit is contained in:
parent
925ea7630e
commit
f7de2ce1d7
6 changed files with 45 additions and 44 deletions
|
|
@ -613,7 +613,7 @@ struct ChatChannelsEntry
|
|||
struct ChrClassesEntry
|
||||
{
|
||||
uint32 ClassID; // 0
|
||||
// 1, unused
|
||||
//uint32 flags; // 1, unused
|
||||
uint32 powerType; // 2
|
||||
// 3-4, unused
|
||||
//char* name[16]; // 5-20 unused
|
||||
|
|
@ -622,9 +622,9 @@ struct ChrClassesEntry
|
|||
// 37 string flag, unused
|
||||
//char* nameNeutralGender[16]; // 38-53 unused, if different from base (male) case
|
||||
// 54 string flag, unused
|
||||
// 55, unused
|
||||
// 55, unused capitalized name
|
||||
uint32 spellfamily; // 56
|
||||
// 57, unused
|
||||
//uint32 flags2; // 57, unused 0x08 HasRelicSlot
|
||||
uint32 CinematicSequence; // 58 id from CinematicSequences.dbc
|
||||
uint32 expansion; // 59 (0 - original race, 1 - tbc addon, ...)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue