n장 끼리 포상 제대로 안하는 버그 수정
This commit is contained in:
+1
-1
@@ -648,7 +648,7 @@ function processAI($no) {
|
|||||||
if($npcGenID === null && $userGenID === null){
|
if($npcGenID === null && $userGenID === null){
|
||||||
$genID = 0;
|
$genID = 0;
|
||||||
}
|
}
|
||||||
else if($npcGenID === null || $userGenValue < $npcGenValue * 3){
|
else if($npcGenID === null || ($userGenValue !== null && $userGenValue < $npcGenValue * 3)){
|
||||||
$genID = $userGenID;
|
$genID = $userGenID;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user