헌납 버그 수정
This commit is contained in:
@@ -2512,13 +2512,13 @@ class GeneralAI
|
|||||||
$args[] = [[
|
$args[] = [[
|
||||||
'isGold'=>'rice',
|
'isGold'=>'rice',
|
||||||
'amount'=>$genRes
|
'amount'=>$genRes
|
||||||
], $amount];
|
], $genRes];
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$args[] = [[
|
$args[] = [[
|
||||||
'isGold'=>'rice',
|
'isGold'=>'rice',
|
||||||
'amount'=>$genRes/2
|
'amount'=>$genRes/2
|
||||||
], $amount];
|
], $genRes/2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($genRes < $reqRes * 1.2){
|
if($genRes < $reqRes * 1.2){
|
||||||
|
|||||||
Reference in New Issue
Block a user