국적 변경시 permission 초기화

This commit is contained in:
2019-01-25 20:30:02 +09:00
parent 82f59ef5a2
commit ffbf2d0a93
5 changed files with 8 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ $db->update('general', [
'npc'=>1,
'killturn'=>6,
'mode'=>2,
'permission'=>'normal',
'owner'=>$userID,
], 'owner <= 0 AND npc = 2 AND no = %i', $pick);