mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Replace hardcoded client(100) and server side (255) level limtation values by defines.
This commit is contained in:
parent
09e8ea2ae6
commit
c798318b7b
8 changed files with 36 additions and 27 deletions
|
|
@ -741,6 +741,7 @@ struct GlyphSlotEntry
|
|||
uint32 Order;
|
||||
};
|
||||
|
||||
// All Gt* DBC store data for 100 levels, some by 100 per class/race
|
||||
#define GT_MAX_LEVEL 100
|
||||
|
||||
struct GtBarberShopCostBaseEntry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue