RN1986 Posted June 29, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share 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 Link to comment Share on other sites More sharing options...
Jhedzkie Posted June 29, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 298 Reputation: 15 Joined: 11/17/11 Last Seen: February 18 Share Posted June 29, 2012 can't you just add it manually? Quote Link to comment Share on other sites More sharing options...
RN1986 Posted June 29, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted June 29, 2012 wew when adding manually it works in windows but not on centos vps Quote Link to comment Share on other sites More sharing options...
Question
RN1986
error when patching tortoise

Edited by RN1986Link to comment
Share on other sites
2 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.