name2 -> owner_name (or orderName)

This commit is contained in:
2020-04-15 02:44:06 +09:00
parent 8428649377
commit c0fee32c4c
18 changed files with 62 additions and 1376 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class DyingMessage{
$this->name = $general->getName();
$this->npc = $general->getVar('npc');
if($general->getVar('owner') > 0 && $general->getVar('startage') - $general->getVar('age') > 1){
$this->realName = $general->getVar('name2');
$this->realName = $general->getVar('owner_name');
}
}