From 650f4a590377f8f76a8bdc83e641cafa7166fa53 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 3 Oct 2022 00:37:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B5=AC=EC=A1=B0=EC=83=81=20=EB=B2=A0?= =?UTF-8?q?=ED=8C=85=20=EB=8B=B9=EC=B2=A8=20=ED=8F=AC=EC=9D=B8=ED=8A=B8?= =?UTF-8?q?=EB=8A=94=20=EC=9D=80=ED=87=B4=EC=8B=9C=20=EB=B0=98=EC=98=81?= =?UTF-8?q?=EB=90=98=EC=96=B4=EC=95=BC=20=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/InheritancePointManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/InheritancePointManager.php b/hwe/sammo/InheritancePointManager.php index 7a96d422..17f97cdf 100644 --- a/hwe/sammo/InheritancePointManager.php +++ b/hwe/sammo/InheritancePointManager.php @@ -28,7 +28,7 @@ class InheritancePointManager $inheritanceKey->put(InheritanceKey::unifier, new InheritancePointType(true, 1, '천통 기여', null)); $inheritanceKey->put(InheritanceKey::dex, new InheritancePointType(false, 0.001, '숙련도', 0.5)); $inheritanceKey->put(InheritanceKey::tournament, new InheritancePointType(true, 1, '토너먼트', 1)); - $inheritanceKey->put(InheritanceKey::betting, new InheritancePointType(false, 10, '베팅 당첨', null)); + $inheritanceKey->put(InheritanceKey::betting, new InheritancePointType(false, 10, '베팅 당첨', 1)); $this->inheritanceKey = $inheritanceKey; }