diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-01 00:25:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:54 +0300 |
commit | 3a320dc5d0cff4e3583e6c5ebe72c84e47034c69 (patch) | |
tree | 1151aa48e518d5975c03e682afd5c353fc610e0f /src/net/eathena/protocol.h | |
parent | cf302132a1a1b7a9a05710f51ac4cdf20afa3f6b (diff) | |
download | plus-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.tar.gz plus-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.tar.bz2 plus-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.tar.xz plus-3a320dc5d0cff4e3583e6c5ebe72c84e47034c69.zip |
eathena: rename SMSG_MAP_CHAR_ID to SMSG_MAP_ACCOUNT_ID.
Diffstat (limited to 'src/net/eathena/protocol.h')
-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 8f21b5738..d6c180b11 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -306,7 +306,7 @@ #define CMSG_SEND_CLIENT_INFO 0x7533 #define SMSG_UPDATE_HOST2 0x7534 -#define SMSG_MAP_CHAR_ID 0x0283 +#define SMSG_MAP_ACCOUNT_ID 0x0283 #define SMSG_PLAYER_SHORTCUTS 0x02b9 #define SMSG_PLAYER_SHOW_EQUIP 0x02da #define SMSG_NPC_CUTIN 0x01b3 |