Fixes invincible timer check

This commit is contained in:
aleos 2024-01-14 16:11:00 -05:00
parent 31cc8c5115
commit e3eefb6acc

View File

@ -11232,7 +11232,7 @@ void clif_parse_LoadEndAck(int fd,map_session_data *sd)
} }
// Trigger skill effects if you appear standing on them // 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); skill_unit_move(&sd->bl,gettick(),1);
pc_show_questinfo_reinit(sd); pc_show_questinfo_reinit(sd);