From 6988272675e7e3e1e6f117e93ff0fdf8f59559d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 15 Nov 2018 17:43:15 +0300 Subject: Rename defines PACKET_ID_* to HEADER_* --- src/login/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login/login.c') 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); -- cgit v1.2.3-70-g09d2