임관 속도 조정
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ function processAI($no) {
|
||||
MYDB_query($query, $connect) or Error("processAI07 ".MYDB_error($connect),"");
|
||||
return;
|
||||
} elseif($general['npc'] < 5 && $general['level'] == 0) {
|
||||
switch(Util::choiceRandomUsingWeight([13, 40, 20, 27])) {
|
||||
switch(Util::choiceRandomUsingWeight([11.4, 40, 20, 28.6])) {
|
||||
//임관 10%
|
||||
case 0:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user