From 1801bdf55b55f284b798efab3140b51c9f0feb1f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 21 Jul 2023 13:26:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20?= =?UTF-8?q?=EC=8B=9C=20=EC=95=84=EC=9D=B4=ED=85=9C=20=EC=B6=94=EC=B2=A8=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20-=20=20tryUniqueItemLottery()=EB=8A=94=20i?= =?UTF-8?q?temObjs=20=EB=B0=B0=EC=97=B4=EC=9D=84=20=EC=9A=94=EA=B5=AC=20-?= =?UTF-8?q?=20itemObjs=20=EB=B0=B0=EC=97=B4=EC=9D=80=20GeneralQueryMode::F?= =?UTF-8?q?ull=20=EC=97=90=EC=84=9C=EB=A7=8C=20=EC=82=AC=EC=9A=A9=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=20-=20=EC=A6=89,=20Lite=EC=97=AC=EC=84=9C=EB=8A=94=20?= =?UTF-8?q?=EC=95=88=EB=90=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 bd5474b5..090ad87c 100644 --- a/hwe/sammo/API/Vote/Vote.php +++ b/hwe/sammo/API/Vote/Vote.php @@ -106,7 +106,7 @@ class Vote extends \sammo\BaseAPI $gameStor = KVStorage::getStorage($db, 'game_env'); $voteReward = $gameStor->getValue('develcost') * 5; - $general = General::createGeneralObjFromDB($generalID, ['gold', 'horse', 'weapon', 'book', 'item', 'npc', 'imgsvr', 'picture', 'aux'], GeneralQueryMode::Lite); + $general = General::createGeneralObjFromDB($generalID, null, GeneralQueryMode::Full); $general->increaseVar('gold', $voteReward); $uniqueRng = new RandUtil(new LiteHashDRBG(Util::simpleSerialize( UniqueConst::$hiddenSeed,