From 61bae8814450e86b1851cb892086b7081a675ff1 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 25 六月 2024 16:08:13 +0800 Subject: [PATCH] 10185 【越南】【港台】【主干】BOSS凭证修改 --- ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py b/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py index 2bbb35f..0d2dc6a 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py @@ -261,14 +261,23 @@ type2 = billBoardData.GetType2() value1 = billBoardData.GetValue1() value2 = billBoardData.GetValue2() + value3 = billBoardData.GetValue3() + value4 = billBoardData.GetValue4() + value5 = billBoardData.GetValue5() + value6 = billBoardData.GetValue6() + value7 = billBoardData.GetValue7() + value8 = billBoardData.GetValue8() cmpValue = billBoardData.GetCmpValue() cmpValue2 = billBoardData.GetCmpValue2() cmpValue3 = billBoardData.GetCmpValue3() + userData = billBoardData.GetUserData() dataDict = {"BillboardType":billboardType, "Place":index, "ObjID":objID, "ObjID2":objID2, "Name1":name1, "Name2":name2, "Type2":type2, "Value1":value1, "Value2":value2, - "CmpValue":cmpValue, "CmpValue2":cmpValue2, "CmpValue3":cmpValue3, + "CmpValue":cmpValue, "CmpValue2":cmpValue2, "CmpValue3":cmpValue3, + "Value3":value3, "Value4":value4, "Value5":value5, "Value6":value6, + "Value7":value7, "Value8":value8, "UserData":userData } dataDict.update(addDataDict) -- Gitblit v1.8.0