현재까지 작업 분량 반영

This commit is contained in:
2018-05-20 02:23:44 +09:00
parent fab0495a39
commit af9df325f0
13 changed files with 15 additions and 45 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ if (($btn == "설정저장" || $detachNPC) && $me['myset'] > 0) {
], 'owner=%i', $userID);
if($me['npc'] == 1 && $detachNPC){
$turnterm = $db->queryFirstField('SELECT turnterm FROM game LIMIT 1');
$turnterm = $gameStor->turnterm;
if($turnterm < 10){
$targetKillTurn = 30 / $turnterm;