From 663ddbe76aaa9f370c4e65de9f9311f18515a08a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 28 Oct 2025 20:24:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20inheritance=5Fresult=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=20=EB=AC=B8=EC=A0=9C?= 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 19b92288..27cbaab3 100644 --- a/hwe/sammo/InheritancePointManager.php +++ b/hwe/sammo/InheritancePointManager.php @@ -340,8 +340,8 @@ class InheritancePointManager $month = $gameStor->month; $db->insert('inheritance_result', [ + 'server_id'=>$serverID, 'owner'=>$ownerID, - 'server'=>$serverID, 'general_id'=>$general->getID(), 'year'=>$year, 'month'=>$month,