From 053288b2270d4f36bf96e2ea8df9e0b883e1d571 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 13 Aug 2022 03:12:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20applyDB=EC=8B=9C=20rankVarRead=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EC=98=A4=EB=A5=98=20(=3D=EC=9D=80?= =?UTF-8?q?=ED=87=B4=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95)=20-=20?= =?UTF-8?q?=EC=9D=80=ED=87=B4=EB=8A=94=20applyDB=20=EC=9D=B4=ED=9B=84?= =?UTF-8?q?=EC=97=90=20=EC=8B=A4=ED=96=89=EB=90=A8=20-=20applyDB=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=ED=9B=84=20key=EA=B0=92=20=EB=AC=B8=EC=A0=9C=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=80=ED=87=B4=EA=B0=80=20=EC=8B=A4=ED=96=89=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index c5a5257c..6e05fdf0 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -803,7 +803,7 @@ class General implements iAction $db->update('rank_data', [ 'value' => $rankVal ], 'general_id = %i AND type = %s', $generalID, $rankKey->value); - $this->rankVarRead[$rankKey->value] = $rankVal; + $this->rankVarRead[$rankKey] = $rankVal; } $result = true; }