From 9d9af08ab6c35171eb5cbecd57ba4b9ce2ea6544 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 29 Mar 2018 00:57:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B1=EC=9D=B8=20=EC=97=B0=EB=A0=B9=20?= =?UTF-8?q?=EB=B9=BC=EB=A8=B9=EC=9D=80=EA=B1=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twe/sammo/Scenario/NPC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twe/sammo/Scenario/NPC.php b/twe/sammo/Scenario/NPC.php index 89fa34ce..f40de269 100644 --- a/twe/sammo/Scenario/NPC.php +++ b/twe/sammo/Scenario/NPC.php @@ -73,7 +73,7 @@ class NPC{ if($this->death < $year){ return true; //죽었으니 넘어간다. } - if($age < 14){ + if($age < \sammo\GameConst::$adultAge){ return false; //예약. }