Basically I've been having this error when I recompile my src after trying to do this http://www.eathena.w...howtopic=279381. Can anyone tell me what's the problem? This is the screenshot of the error.
Here are some location of the error stated.
static int pc_daynight_timer_sub(struct map_session_data *sd,va_list ap)
{ << Line 8709
if (sd->state.night != night_flag && map[sd->bl.m].flag.nightenabled)
{
clif_status_load(&sd->bl, SI_NIGHT, night_flag);
sd->state.night = night_flag;
return 1;
}
return 0;
}
Question
Craves
Basically I've been having this error when I recompile my src after trying to do this http://www.eathena.w...howtopic=279381. Can anyone tell me what's the problem? This is the screenshot of the error.
Here are some location of the error stated.
Hope that someone could help me out here..
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.