Fixes invincible timer check
This commit is contained in:
parent
31cc8c5115
commit
e3eefb6acc
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user