mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-09 20:17:16 +00:00
Integrate client-based say links for TOB+ clients (#5105)
This commit is contained in:
@@ -6575,5 +6575,21 @@ struct EvolveGetNextItem {
|
||||
uint32 max_transfer_level;
|
||||
};
|
||||
|
||||
// Character Create Data
|
||||
struct RaceClassAllocation {
|
||||
unsigned int Index;
|
||||
unsigned int BaseStats[7];
|
||||
unsigned int DefaultPointAllocation[7];
|
||||
};
|
||||
|
||||
struct RaceClassCombos {
|
||||
unsigned int ExpansionRequired;
|
||||
unsigned int Race;
|
||||
unsigned int Class;
|
||||
unsigned int Deity;
|
||||
unsigned int AllocationIndex;
|
||||
unsigned int Zone;
|
||||
};
|
||||
|
||||
// Restore structure packing to default
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user