diff --git a/src/map/clif.cpp b/src/map/clif.cpp index e022fef4f5..cfbf17af36 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -11232,7 +11232,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd) } // Trigger skill effects if you appear standing on them - if (mapdata && mapdata->getMapFlag(MF_INVINCIBLE_TIME)) + if (sd->invincible_timer == INVALID_TIMER) skill_unit_move(&sd->bl,gettick(),1); pc_show_questinfo_reinit(sd);