diff options
Diffstat (limited to 'src/map/clif.h')
-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 719c3029e..512be8c3d 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -27,7 +27,7 @@ struct battleground_data; struct quest; #include <stdarg.h> // packet DB -#define MAX_PACKET_DB 0x800 +#define MAX_PACKET_DB 0x810 #define MAX_PACKET_VER 25 struct s_packet_db { |