ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/EventReport.py
@@ -673,6 +673,9 @@ #避免记录太多信息 if type_name in [IPY_GameWorld.TYPE_Price_Silver_Money] and abs(quantity * price) < ChConfig.Def_DRRecord_Min_Silver: return if type_name not in IpyGameDataPY.GetFuncEvalCfg("EventReport", 2): #GameWorld.DebugLog("该货币类型不需要汇报! type_name=%s" % type_name) return # 标识此货币是否是一级货币(充值) Recharged = 1 if type_name == IPY_GameWorld.TYPE_Price_Gold_Money else 0 #===========================================================================