summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-15 17:43:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 21:18:04 +0300
commit6988272675e7e3e1e6f117e93ff0fdf8f59559d2 (patch)
tree2def9b9d691bbfc82500f37ba56880847b071c8f /src/login/login.c
parent87d4d4f524ce4e5d34542e56d899a0749cc9a27d (diff)
downloadhercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.tar.gz
hercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.tar.bz2
hercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.tar.xz
hercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.zip
Rename defines PACKET_ID_* to HEADER_*
Diffstat (limited to 'src/login/login.c')
-rw-r--r--src/login/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/login.c b/src/login/login.c
index dce85e9c7..409b30473 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -70,7 +70,7 @@ static AccountDB *accounts = NULL;
#if PACKETVER_MAIN_NUM >= 20181114 || PACKETVER_RE_NUM >= 20181114 || defined(PACKETVER_ZERO)
struct PACKET_AC_REQ_MOBILE_OTP {
- int16 packet_id; ///< Packet ID (#PACKET_ID_CA_SSO_LOGIN_REQ)
+ int16 packet_id; ///< Packet ID (#HEADER_CA_SSO_LOGIN_REQ)
uint32 aid; ///< Account ID
} __attribute__((packed));
DEFINE_PACKET_HEADER(AC_REQ_MOBILE_OTP, 0x09a2);