From 2221a8c9bfc5c2c8d8f97567da3972f2952283da Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 16 May 2022 01:54:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=A4=EB=AC=B8=EC=97=90=EC=84=9C=20g?= =?UTF-8?q?old=EB=A5=BC=20=EB=B0=9B=EC=95=84=EC=98=A4=EC=A7=80=20=EB=AA=BB?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Vote/Vote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/Vote/Vote.php b/hwe/sammo/API/Vote/Vote.php index 62c1a3be..eed2af85 100644 --- a/hwe/sammo/API/Vote/Vote.php +++ b/hwe/sammo/API/Vote/Vote.php @@ -100,7 +100,7 @@ class Vote extends \sammo\BaseAPI $gameStor = KVStorage::getStorage($db, 'game_env'); $voteReward = $gameStor->getValue('develcost') * 5; - $general = General::createGeneralObjFromDB($generalID, ['vote', 'horse', 'weapon', 'book', 'item', 'npc', 'imgsvr', 'picture', 'aux'], 2); + $general = General::createGeneralObjFromDB($generalID, ['gold', 'vote', 'horse', 'weapon', 'book', 'item', 'npc', 'imgsvr', 'picture', 'aux'], 2); $general->increaseVar('gold', $voteReward); $wonLottery = tryUniqueItemLottery($general, '설문조사');