Addition of missing MultisellChoose check.
This commit is contained in:
parent
acb4330965
commit
d6f606bb70
@ -100,7 +100,7 @@ public class MultiSellChoose implements IClientIncomingPacket
|
||||
}
|
||||
|
||||
final L2Npc npc = player.getLastFolkNPC();
|
||||
if (!isAllowedToUse(player, npc, list))
|
||||
if (!list.isNpcAllowed(-1) && !isAllowedToUse(player, npc, list))
|
||||
{
|
||||
player.setMultiSell(null);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user