-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:
parent
91cc117015
commit
acb18492aa
785
src/map/clif.c
785
src/map/clif.c
File diff suppressed because it is too large
Load Diff
@ -3604,7 +3604,6 @@ void status_calc_state( struct block_list *bl, struct status_change *sc, enum sc
|
|||||||
|
|
||||||
/* player-only states */
|
/* player-only states */
|
||||||
if( bl->type == BL_PC ) {
|
if( bl->type == BL_PC ) {
|
||||||
|
|
||||||
/* can pick items? */
|
/* can pick items? */
|
||||||
if( flag&SCS_NOPICKITEM ) {
|
if( flag&SCS_NOPICKITEM ) {
|
||||||
if( !(flag&SCS_NOPICKITEMCOND) ) {
|
if( !(flag&SCS_NOPICKITEMCOND) ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user