빙의시 장수명 빼먹는 버그 수정
This commit is contained in:
@@ -72,8 +72,11 @@ if ($gencount >= $maxgeneral) {
|
|||||||
|
|
||||||
//등록 시작
|
//등록 시작
|
||||||
$db->update('general', [
|
$db->update('general', [
|
||||||
|
'name2'=>$userNick,
|
||||||
|
'npc'=>1,
|
||||||
|
'killturn'=>6,
|
||||||
|
'mode'=>2,
|
||||||
'owner'=>$userID,
|
'owner'=>$userID,
|
||||||
'npc'=>1
|
|
||||||
], 'owner <= 0 AND npc = 2 AND no = %i', $pick);
|
], 'owner <= 0 AND npc = 2 AND no = %i', $pick);
|
||||||
|
|
||||||
if(!$db->affectedRows()){
|
if(!$db->affectedRows()){
|
||||||
|
|||||||
Reference in New Issue
Block a user