From a94330e0b5916ddecd98c2fca58ca6799c0770c2 Mon Sep 17 00:00:00 2001 From: mekolat Date: Mon, 18 May 2015 13:00:37 -0400 Subject: add version check to clif_sendquest --- src/map/pc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/pc.cpp') diff --git a/src/map/pc.cpp b/src/map/pc.cpp index cb81e29..d2b2f44 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -797,8 +797,7 @@ int pc_authok(AccountId id, int login_id2, pc_calcstatus(sd, 1); // Init Quest Log - if(sd->client_version >= 2) - clif_sendallquest(sd); + clif_sendallquest(sd); return 0; } -- cgit v1.2.3-60-g2f50