Addition of missing MultisellChoose check.

This commit is contained in:
MobiusDev 2016-06-13 20:44:34 +00:00
parent acb4330965
commit d6f606bb70

View File

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