Explorar o código

Increased MAX_PACKET_DB to handle the new packet range.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12813 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage %!s(int64=17) %!d(string=hai) anos
pai
achega
2352b1996e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/clif.h

+ 1 - 1
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 {