From 8dabb6e76a4efc67dff993fd677e4eb90cc0fad0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 26 Jan 2022 03:00:24 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20OpenNationBetting=20TODO=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/OpenNationBetting.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/sammo/Event/Action/OpenNationBetting.php b/hwe/sammo/Event/Action/OpenNationBetting.php index 5fe6c5a7..a333859d 100644 --- a/hwe/sammo/Event/Action/OpenNationBetting.php +++ b/hwe/sammo/Event/Action/OpenNationBetting.php @@ -51,6 +51,8 @@ class OpenNationBetting extends \sammo\Event\Action ); $nationBettingStor->setValue("id_{$bettingID}", $bettingInfo->toArray()); + //TODO: 초기에 부여할 포인트는 어디서 나는가? + $db->insert('event', [ 'target' => 'DESTROY_NATION', 'priority' => 1000,