diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-24 21:40:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-24 21:40:11 +0300 |
commit | 94a3b513dda2189a49f8f5e0d131b9f644d60cef (patch) | |
tree | e2027f225f9a14cb935df099e74eec5c190c6d39 /src/net/eathena/protocol.h | |
parent | 73c360768c4d0a9013073fb86123eab858ff79d7 (diff) | |
download | plus-94a3b513dda2189a49f8f5e0d131b9f644d60cef.tar.gz plus-94a3b513dda2189a49f8f5e0d131b9f644d60cef.tar.bz2 plus-94a3b513dda2189a49f8f5e0d131b9f644d60cef.tar.xz plus-94a3b513dda2189a49f8f5e0d131b9f644d60cef.zip |
eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230.
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 024743c8f..74ddf6dda 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -259,6 +259,7 @@ #define SMSG_MERCENARY_SKILLS 0x029d #define SMSG_HOMUNCULUS_SKILLS 0x0235 +#define SMSG_HOMUNCULUS_DATA 0x0230 /********************************** * Packets from client to server * |