summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp3
1 files changed, 1 insertions, 2 deletions
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;
}