mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Fix HandleCharCreateOpcode
This commit is contained in:
parent
6efa1c2b0b
commit
b5f66f835c
2 changed files with 8 additions and 12 deletions
|
|
@ -65,9 +65,9 @@ struct AreaTrigger;
|
|||
|
||||
typedef std::deque<Mail*> PlayerMails;
|
||||
|
||||
#define PLAYER_MAX_SKILLS 128
|
||||
#define PLAYER_MAX_DAILY_QUESTS 25
|
||||
#define PLAYER_EXPLORED_ZONES_SIZE 156
|
||||
#define PLAYER_MAX_SKILLS 448
|
||||
#define PLAYER_MAX_DAILY_QUESTS 750
|
||||
#define PLAYER_EXPLORED_ZONES_SIZE 200
|
||||
|
||||
// 2^n internal values, they are never sent to the client
|
||||
enum PlayerUnderwaterState
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue