버그 수정

This commit is contained in:
2020-04-23 00:36:45 +09:00
parent db603c5ebd
commit 1dc16932b6
3 changed files with 44 additions and 11 deletions
+1 -1
View File
@@ -528,7 +528,7 @@ class General implements iAction{
// 모두 탈퇴
$db->update('general', [
'troop'=>0
], 'troop_leader=%i', $troopLeaderID);
], 'troop=%i', $troopLeaderID);
// 부대 삭제
$db->delete('troop', 'troop_leader=%i', $troopLeaderID);
}