방랑의 제한 조건 추가
This commit is contained in:
+7
-1
@@ -644,7 +644,13 @@ function commandTable() {
|
|||||||
if($me['level'] == 12) {
|
if($me['level'] == 12) {
|
||||||
addCommand("선양", 54);
|
addCommand("선양", 54);
|
||||||
if($citycount != 0) {
|
if($citycount != 0) {
|
||||||
addCommand("방랑", 47);
|
if ($admin['year'] + 3 < $admin['startyear']) {
|
||||||
|
addCommand("방랑", 47, 0);
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
addCommand("방랑", 47);
|
||||||
|
}
|
||||||
|
|
||||||
addCommand("해산", 56, 0);
|
addCommand("해산", 56, 0);
|
||||||
} else {
|
} else {
|
||||||
addCommand("방랑", 47, 0);
|
addCommand("방랑", 47, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user