방랑의 제한 조건 추가

This commit is contained in:
2018-04-28 20:38:19 +09:00
parent 9c3c1045ac
commit 5262d424b4
+7 -1
View File
@@ -644,7 +644,13 @@ function commandTable() {
if($me['level'] == 12) {
addCommand("선양", 54);
if($citycount != 0) {
addCommand("방랑", 47);
if ($admin['year'] + 3 < $admin['startyear']) {
addCommand("방랑", 47, 0);
}
else{
addCommand("방랑", 47);
}
addCommand("해산", 56, 0);
} else {
addCommand("방랑", 47, 0);