summaryrefslogtreecommitdiff
path: root/src/login/lclif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/lclif.c')
-rw-r--r--src/login/lclif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/lclif.c b/src/login/lclif.c
index f8fd30105..48a9c6b94 100644
--- a/src/login/lclif.c
+++ b/src/login/lclif.c
@@ -311,7 +311,7 @@ static bool lclif_send_server_list(struct login_session_data *sd)
/// @copydoc lclif_interface::auth_failed()
static void lclif_send_auth_failed(int fd, time_t ban, uint32 error)
{
-#if PACKETVER_ZERO_NUM >= 20180627
+#if PACKETVER >= 20180627
struct packet_AC_REFUSE_LOGIN_R2 *packet = NULL;
int packet_id = PACKET_ID_AC_REFUSE_LOGIN_R3;
#elif PACKETVER >= 20101123