지도 수준을 없앰

This commit is contained in:
2018-04-18 22:57:38 +09:00
parent e701540d7f
commit 7fea0a41c6
7 changed files with 8 additions and 21 deletions
-1
View File
@@ -101,7 +101,6 @@ $db->update('general', [
'npc'=>1,
'killturn'=>6,
'mode'=>2,
'map'=>0,
'owner'=>$userID
], 'no=%i and npc=2', $npcID);
$affected = $db->affectedRows();