Merge branch 'devel' of ssh://storage.hided.net:2525/devsam/core into devel

This commit is contained in:
2020-05-26 21:44:22 +09:00
+1 -1
View File
@@ -31,7 +31,7 @@ class OccupiedDestCity extends Constraint{
return true;
}
$this->reason = "아국이 아닙니다.";
$this->reason = "대상 도시가 아국이 아닙니다.";
return false;
}
}