diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-30 22:14:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-30 22:14:53 +0300 |
commit | d82994bca93b4278c4751a2a4c1313ba2f41bd4b (patch) | |
tree | 67917fb2dae7f57c62c75981dc62f5d9679241b0 /src/net/eathena/protocol.h | |
parent | cee0e9966fb9ec9068aa7483cf38ff128508193b (diff) | |
download | plus-d82994bca93b4278c4751a2a4c1313ba2f41bd4b.tar.gz plus-d82994bca93b4278c4751a2a4c1313ba2f41bd4b.tar.bz2 plus-d82994bca93b4278c4751a2a4c1313ba2f41bd4b.tar.xz plus-d82994bca93b4278c4751a2a4c1313ba2f41bd4b.zip |
eathena: add packet SMSG_GUILD_UPDATE_COORDS 0x01eb.
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 45356938e..005d1c863 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -204,6 +204,7 @@ #define SMSG_GUILD_DEL_ALLIANCE 0x0184 #define SMSG_GUILD_OPPOSITION_ACK 0x0181 #define SMSG_GUILD_BROKEN 0x015e +#define SMSG_GUILD_UPDATE_COORDS 0x01eb #define SMSG_QUEST_ADD 0x02b3 #define SMSG_QUEST_LIST 0x02b1 |