fix: previous inheritPoint 지정값 버그

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent 531b04b2ff
commit 863a67516e
9 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ $me = General::createGeneralObjFromDB($generalID);
$currentInheritBuff = [];
foreach ($me->getAuxVar('inheritBuff') as $buff => $buffLevel) {
foreach ($me->getAuxVar('inheritBuff')??[] as $buff => $buffLevel) {
if (!key_exists($buff, TriggerInheritBuff::BUFF_KEY_TEXT)) {
continue;
}