|
@@ -133,7 +133,7 @@ public class L2ManorManagerInstance extends L2MerchantInstance {
|
|
public void onBypassFeedback(L2PcInstance player, String command)
|
|
public void onBypassFeedback(L2PcInstance player, String command)
|
|
{
|
|
{
|
|
// BypassValidation Exploit plug.
|
|
// BypassValidation Exploit plug.
|
|
- if (player.getLastFolkNPC().getObjectId() != this.getObjectId())
|
|
|
|
|
|
+ if (player.getLastFolkNPC() == null || player.getLastFolkNPC().getObjectId() != this.getObjectId())
|
|
return;
|
|
return;
|
|
|
|
|
|
if (command.startsWith("manor_menu_select"))
|
|
if (command.startsWith("manor_menu_select"))
|