From 2a6b6612854a1a11c0794d952525e22f096b12ee Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 7 May 2022 15:26:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=B0=EC=86=8D=20=EB=82=B4=EC=A0=95?= =?UTF-8?q?=20=EC=84=B1=EA=B3=B5=20=EB=93=B1,=20setInheritancePoint?= =?UTF-8?q?=EC=97=90=20=EB=B9=99=EC=9D=AE=EC=9E=A5=EC=9D=84=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=ED=95=9C=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 066d752c..8f8b0270 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1442,7 +1442,7 @@ class General implements iAction return; } - if ($this->getVar('npc') != 0) { + if ($this->getVar('npc') >= 2) { return; }