From cd5468f55cdeb300b3152d59ecad4ce4cbfdbf9f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 24 May 2020 13:41:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EB=A7=9D=EC=8B=9C=20=EC=88=98?= =?UTF-8?q?=EB=AA=85=20=EA=B3=84=EC=82=B0=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/TextDecoration/DyingMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/TextDecoration/DyingMessage.php b/hwe/sammo/TextDecoration/DyingMessage.php index a66e6ebc..9626a118 100644 --- a/hwe/sammo/TextDecoration/DyingMessage.php +++ b/hwe/sammo/TextDecoration/DyingMessage.php @@ -98,7 +98,7 @@ class DyingMessage{ $this->general = $general; $this->name = $general->getName(); $this->npc = $general->getNPCType(); - if($general->getVar('owner') > 0 && $general->getVar('startage') - $general->getVar('age') > 1){ + if($general->getVar('owner') > 0 && $general->getVar('age') - $general->getVar('startage') > 1){ $this->realName = $general->getVar('owner_name'); } }