From e3d580bc44c9fe82321978f209b22a4fa7123afc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 12 十一月 2019 16:48:33 +0800
Subject: [PATCH] 1111 装备评分公式增加参数(会心伤害加成、控制抵抗、暴击率)

---
 ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py b/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
index a6335f1..a421082 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
@@ -76,6 +76,8 @@
         pid = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_PlayerFromPID)
         dataDict["pid"] = pid
         dataDict["fightPower"] = curPlayer.GetFightPower()
+        dataDict["PlayerLV"] = curPlayer.GetLV()
+        dataDict["IP"] = curPlayer.GetIP()
         
     dataDict["time"] = str(datetime.datetime.today()).split(".")[0]
     

--
Gitblit v1.8.0