diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:56:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 17:56:16 +0300 |
commit | a8f264a9aad2ec9d90759a65d556cc97d7785fb6 (patch) | |
tree | 09608f0c3f50afa1b20a7d09babea5670e0dd844 /src/net/eathena/protocol.h | |
parent | 5c504a65d5f0e66c653e7bf1085d326f6b636ed6 (diff) | |
download | plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.tar.gz plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.tar.bz2 plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.tar.xz plus-a8f264a9aad2ec9d90759a65d556cc97d7785fb6.zip |
eathena: add packet SMSG_HOMUNCULUS_SKILL_UP 0x0239.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 13a5f5132..c7a652751 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -261,6 +261,7 @@ #define SMSG_HOMUNCULUS_SKILLS 0x0235 #define SMSG_HOMUNCULUS_DATA 0x0230 #define SMSG_HOMUNCULUS_INFO 0x022e +#define SMSG_HOMUNCULUS_SKILL_UP 0x0239 /********************************** * Packets from client to server * |