From 3dfdb38d3202b37d78142f98cd7bf7e20e7c4a32 Mon Sep 17 00:00:00 2001 From: aleos89 Date: Wed, 16 Nov 2016 08:41:16 -0500 Subject: [PATCH] Fixed atcommand changecharsex sync issue (fixes #1684) * Resolves the map-server holding a different job value than what the char-server could be holding. Thanks to @Grantea! --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/pc.c b/src/map/pc.c index 21dc9eea1d..fda7c84ac8 100755 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -8542,6 +8542,7 @@ bool pc_jobchange(struct map_session_data *sd,int job, char upper) pc_equiplookall(sd); pc_show_questinfo(sd); + chrif_save(sd, 0); //if you were previously famous, not anymore. if (fame_flag) { chrif_save(sd,0);