* Added more packets for clients 2010-11-23aRagexeRE+ provided by Shinryo.

- Fixed missed updates for packet version bump in previous revision.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14792 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ai4rei
2011-04-10 19:13:58 +00:00
parent 0641ed4d05
commit 84fcf0da35
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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;