등용장 무효화

This commit is contained in:
2018-10-23 23:33:12 +09:00
parent 7ef11cb05f
commit 40e0adfefe
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ function ConquerCity($admin, $general, $city, $nation, $destnation) {
$loseGeneralRice += $loseRice;
//모두 등용장 발부
if(Util::randBool(0.5)) {
if($admin['join_mode'] != 'onlyRandom' && Util::randBool(0.5)) {
$msg = ScoutMessage::buildScoutMessage($general['no'], $gen['no']);
if($msg){
$msg->send(true);