From 8f33fc6192655ab7a4453a54616c911b19a8ded3 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 31 Jan 2016 21:27:30 -0600 Subject: Don't override char gender sd->sex is fluid, only trust sd->status.sex to be static --- src/map/pc.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/map') diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 59fbba6..389f6b5 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -657,12 +657,6 @@ int pc_authok(AccountId id, int login_id2, sd->status_key = *st_key; sd->status = *st_data; - if (sd->status.sex != sd->sex) - { - clif_authfail_fd(sd->sess, 0); - return 1; - } - MAP_LOG_STATS(sd, "LOGIN"_fmt); MAP_LOG_XP(sd, "LOGIN"_fmt); MAP_LOG_MAGIC(sd, "LOGIN"_fmt); -- cgit v1.2.3-70-g09d2