RN1986 Posted June 29, 2012 Posted June 29, 2012 (edited) error when patching tortoise --- src/map/pc.c +++ src/map/pc.c @@ -6073,6 +6073,8 @@ pet_target_check(sd,src,1); sd->canlog_tick = gettick(); + if( src->type == BL_PC ) + ((TBL_PC*)src)->canlog_tick = gettick(); } int pc_dead(struct map_session_data *sd,struct block_list *src) Edited June 29, 2012 by RN1986 Quote
RN1986 Posted June 29, 2012 Author Posted June 29, 2012 wew when adding manually it works in windows but not on centos vps Quote
Question
RN1986
error when patching tortoise

Edited by RN19862 answers 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.