fix: 이민족 종료 시점

This commit is contained in:
2021-04-11 23:17:47 +09:00
parent ef7655101f
commit 2df98c614d
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ class TurnExecutionHelper
return;
}
if ($gameStor->isunited == 2) {
if ($gameStor->isunited == 2 || $gameStor->isunited == 3) {
//천통시에는 동결
return;
}