From fc349e9865618920af6e9b605153887bb2feb61b Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 00:00:00 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=84=B4=20?= =?UTF-8?q?=EB=8B=B9=EA=B9=80=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/_119_b.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/_119_b.php b/hwe/_119_b.php index cf83c7ba..1e66a2e5 100644 --- a/hwe/_119_b.php +++ b/hwe/_119_b.php @@ -40,10 +40,10 @@ case "분당김": $gameStor->tnmt_time = $tnmt_time->format('Y-m-d H:i:s'); $db->update('general', [ - 'turntime'=>$db->sqleval('DATE_ADD(turntime, INTERVAL %i MINUTE)', $minute) + 'turntime'=>$db->sqleval('DATE_SUB(turntime, INTERVAL %i MINUTE)', $minute) ], true); $db->update('auction', [ - 'expire'=>$db->sqleval('DATE_ADD(expire, INTERVAL %i MINUTE)', $minute) + 'expire'=>$db->sqleval('DATE_SUB(expire, INTERVAL %i MINUTE)', $minute) ], true); break; case "분지연":