fix: 연속 내정 성공 등, setInheritancePoint에 빙읮장을 누락한 버그

This commit is contained in:
2022-05-07 15:26:52 +09:00
parent d2ebf94453
commit 2a6b661285
+1 -1
View File
@@ -1442,7 +1442,7 @@ class General implements iAction
return;
}
if ($this->getVar('npc') != 0) {
if ($this->getVar('npc') >= 2) {
return;
}