forked from devsam/core
fix: inheritance_result 작성 문제
This commit is contained in:
@@ -340,8 +340,8 @@ class InheritancePointManager
|
|||||||
$month = $gameStor->month;
|
$month = $gameStor->month;
|
||||||
|
|
||||||
$db->insert('inheritance_result', [
|
$db->insert('inheritance_result', [
|
||||||
|
'server_id'=>$serverID,
|
||||||
'owner'=>$ownerID,
|
'owner'=>$ownerID,
|
||||||
'server'=>$serverID,
|
|
||||||
'general_id'=>$general->getID(),
|
'general_id'=>$general->getID(),
|
||||||
'year'=>$year,
|
'year'=>$year,
|
||||||
'month'=>$month,
|
'month'=>$month,
|
||||||
|
|||||||
Reference in New Issue
Block a user