diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index acc336dc2..e268a96a0 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -53,7 +53,7 @@ struct quest; #endif // packet DB -#define MAX_PACKET_DB 0x300 +#define MAX_PACKET_DB 0x400 #define MAX_PACKET_VER 22 struct s_packet_db { |