

Chocolate
-
Posts
59 -
Joined
-
Last visited
Community Answers
-
Chocolate's post in How to remove this from mvp tomb? was marked as the answer
remove this
npc.c
char time[10]; strftime(time, sizeof(time), "%H:%M", localtime(&nd->u.tomb.kill_time));
and this
snprintf(buffer, sizeof(buffer), msg_txt(sd,659), time); clif_scriptmes(sd, nd->bl.id, buffer);