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'); } }