summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/packet_db.txt8
-rw-r--r--src/map/clif.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt
index 1c4956f11..35da9ea4b 100644
--- a/db/packet_db.txt
+++ b/db/packet_db.txt
@@ -1588,8 +1588,16 @@ packet_ver: 25
//2010-11-23aRagexeRE
packet_ver: 26
+0x0436,19,wanttoconnection,2:6:10:14:18
0x035f,5,walktoxy,2
0x0360,6,ticksend,2
+0x0361,5,changedir,2:4
+0x0362,6,takeitem,2
+0x0363,6,dropitem,2:4
+0x0364,8,movetokafra,2:4
+0x0365,8,movefromkafra,2:4
+0x0366,10,useskilltopos,2:4:6:8
+0x0367,90,useskilltoposinfo,2:4:6:8:10
0x0368,6,getcharnamerequest,2
//Add new packets here
diff --git a/src/map/clif.h b/src/map/clif.h
index 2d90eb522..6be84709e 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -29,7 +29,7 @@ struct party_booking_ad_info;
#include <stdarg.h>
// packet DB
#define MAX_PACKET_DB 0x900
-#define MAX_PACKET_VER 25
+#define MAX_PACKET_VER 26
struct s_packet_db {
short len;