diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-12 01:30:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-12 01:30:10 +0300 |
commit | 1aedc45da834c18cd33d04be0fe43245518192ff (patch) | |
tree | aec7d7b2328d6643e9f6ba3460419765304a4657 /src/net/eathena/protocol.h | |
parent | 4247e05ae8ee9e14323629701c3a11e5c2fac674 (diff) | |
download | plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.gz plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.bz2 plus-1aedc45da834c18cd33d04be0fe43245518192ff.tar.xz plus-1aedc45da834c18cd33d04be0fe43245518192ff.zip |
evol: add packet CMSG_LOGIN_REGISTER2 0x027c.
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 7a83d5c84..09e615cfd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -315,6 +315,7 @@ #define CMSG_SERVER_VERSION_REQUEST 0x7530 #define CMSG_LOGIN_REGISTER 0x0064 +#define CMSG_LOGIN_REGISTER2 0x027c #define CMSG_NAME_REQUEST 0x088a // Custom change password packet |