From 3c4992599915442e7beea64d675a115541d9d9b6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 2 Apr 2018 02:32:53 +0900 Subject: [PATCH] =?UTF-8?q?NPC=20=EC=82=AC=EB=A7=9D=EC=8B=9C=20=EC=82=AC?= =?UTF-8?q?=EB=A7=9D=20=EB=85=84=EB=8F=84=EB=A5=BC=20<=EC=97=90=EC=84=9C?= =?UTF-8?q?=20<=3D=20=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Scenario/NPC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index abb68a11..629cfce9 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -75,7 +75,7 @@ class NPC{ $age = $year - $this->birth; $name = $this->name; - if($this->death < $year){ + if($this->death <= $year){ return true; //죽었으니 넘어간다. } if($age < \sammo\GameConst::$adultAge){