Updated Banding count check (fixes #1039)
* Banding now counts self (the caster) when casted.
This commit is contained in:
parent
1365d9418e
commit
ba640cf230
@ -284,9 +284,6 @@ static int pc_check_banding( struct block_list *bl, va_list ap ) {
|
||||
|
||||
sc = status_get_sc(bl);
|
||||
|
||||
if( bl == src )
|
||||
return 0;
|
||||
|
||||
if( sc && sc->data[SC_BANDING] )
|
||||
{
|
||||
b_sd[(*c)++] = tsd->bl.id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user