From e5507e1e616a6b22d4157e2d39921088b93c9439 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 18 May 2022 01:00:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A6=AC=EC=85=8B=20=EC=8B=9C=20?= =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=EC=9D=84=20=EC=B4=88=EA=B8=B0=ED=99=94=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=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/sammo/ResetHelper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/sammo/ResetHelper.php b/hwe/sammo/ResetHelper.php index a23ed087..51a3b64a 100644 --- a/hwe/sammo/ResetHelper.php +++ b/hwe/sammo/ResetHelper.php @@ -140,6 +140,8 @@ class ResetHelper{ $gameStor->next_season_idx = $seasonIdx; $bettingStor = KVStorage::getStorage($db, 'betting'); $bettingStor->resetValues(); + $voteStor = KVStorage::getStorage($db, 'vote'); + $voteStor->resetValues(); $lastExecuteStor = KVStorage::getStorage($db, 'next_execute'); $lastExecuteStor->resetValues();