forked from devsam/core
빙의시 오래된 데이터 삭제
This commit is contained in:
@@ -83,7 +83,7 @@ if(!$db->affectedRows()){
|
||||
]);
|
||||
}
|
||||
|
||||
$db->delete('select_npc_token', 'owner=%i', $userID);
|
||||
$db->delete('select_npc_token', 'owner=%i or valid_until < %s', $userID, $now);
|
||||
|
||||
pushGeneralHistory($pickedNPC, "<C>●</>{$year}년 {$month}월:<Y>{$pickedNPC['name']}</>의 육체에 <Y>{$userNick}</>(이)가 빙의되다.");
|
||||
//pushGenLog($me, $mylog);
|
||||
|
||||
Reference in New Issue
Block a user