Added missing breaks to instance_warpall
This commit is contained in:
parent
1985662045
commit
839d378680
@ -21562,9 +21562,11 @@ static int buildin_instance_warpall_sub(struct block_list *bl, va_list ap)
|
||||
case IM_GUILD:
|
||||
if (sd->status.guild_id != owner_id)
|
||||
return 0;
|
||||
break;
|
||||
case IM_CLAN:
|
||||
if (sd->status.clan_id != owner_id)
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
|
||||
pc_setpos(sd, m, x, y, CLR_TELEPORT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user