diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 4b642f84c..2645b55bb 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8298,6 +8298,9 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) if (pc_checkskill(sd, SG_DEVIL) && !pc_nextjobexp(sd)) clif_status_load(&sd->bl, SI_DEVIL, 1); //blindness [Komurka] + if (sd->sc.opt2) //Client loses these on warp. + clif_changeoption(&sd->bl); + clif_weather_check(sd); map_foreachinarea(clif_getareachar,sd->bl.m, |