git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10706 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -2833,8 +2833,8 @@ int parse_frommap(int fd)
|
||||
default: size = 0; list = NULL; break;
|
||||
}
|
||||
|
||||
ARR_FIND(0, size, player_pos, list[player_pos].id == cid);
|
||||
ARR_FIND(0, size, fame_pos, list[fame_pos].fame <= fame);
|
||||
ARR_FIND(0, size, player_pos, list[player_pos].id == cid);// position of the player
|
||||
ARR_FIND(0, size, fame_pos, list[fame_pos].fame <= fame);// where the player should be
|
||||
|
||||
if( player_pos == size && fame_pos == size )
|
||||
;// not on list and not enough fame to get on it
|
||||
|
||||
Reference in New Issue
Block a user