diff --git a/hwe/func.php b/hwe/func.php index f1326a77..20969d22 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -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);