From 65a3fdc46d3728a3e8d5f40f7a89bbb86124919f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 18:20:33 +0300 Subject: eathena: fix id for packet CMSG_SKILL_USE_POSITION 0x091e. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index cd1b0f60c..a037ec75e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -231,7 +231,7 @@ #define CMSG_SKILL_LEVELUP_REQUEST 0x0112 #define CMSG_STAT_UPDATE_REQUEST 0x00bb #define CMSG_SKILL_USE_BEING 0x083c -#define CMSG_SKILL_USE_POSITION 0x0438 +#define CMSG_SKILL_USE_POSITION 0x091e // Variant of 0x116 with 80 char string at end (unsure of use) #define CMSG_SKILL_USE_POSITION_MORE 0x0366 #define CMSG_SKILL_USE_MAP 0x011b -- cgit v1.2.3-70-g09d2