Browse Source

Updated Banding count check (fixes #1039)
* Banding now counts self (the caster) when casted.

aleos89 9 năm trước cách đây
mục cha
commit
ba640cf230
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/map/pc.c

+ 0 - 3
src/map/pc.c

@@ -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;