ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
@@ -162,6 +162,10 @@ #用于BUFF满的时候处理刷新逻辑 isDelRefresh = False #value值限制不超过20E for i in range(len(plusValueList)): plusValueList[i] = min(plusValueList[i], ChConfig.Def_UpperLimit_DWord) # 向跨服发送数据 CrossPlayerData.SendMergeData_Buff(curObj, curSkillID, plusValueList)