diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 18:20:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 18:20:33 +0300 |
commit | 65a3fdc46d3728a3e8d5f40f7a89bbb86124919f (patch) | |
tree | 87b135f639a9d23998bbd92463fb5c1e1c8628c8 /src | |
parent | 2fc2ae36225bbf7279e5093e236f2c16a674285d (diff) | |
download | plus-65a3fdc46d3728a3e8d5f40f7a89bbb86124919f.tar.gz plus-65a3fdc46d3728a3e8d5f40f7a89bbb86124919f.tar.bz2 plus-65a3fdc46d3728a3e8d5f40f7a89bbb86124919f.tar.xz plus-65a3fdc46d3728a3e8d5f40f7a89bbb86124919f.zip |
eathena: fix id for packet CMSG_SKILL_USE_POSITION 0x091e.
Diffstat (limited to 'src')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |