-Update multiclient support.

--Use client->packetver for client reception.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17355 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
glighta 2013-06-11 15:24:11 +00:00
parent 91cc117015
commit acb18492aa
3 changed files with 433 additions and 367 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3604,7 +3604,6 @@ void status_calc_state( struct block_list *bl, struct status_change *sc, enum sc
/* player-only states */
if( bl->type == BL_PC ) {
/* can pick items? */
if( flag&SCS_NOPICKITEM ) {
if( !(flag&SCS_NOPICKITEMCOND) ) {