hxp
8 天以前 c3db4b87369e57c2addf78fa476c9c382a7d2c10
16 卡牌服务端(修复汇报中心报错;)
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/EventReport.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/EventReport.py
@@ -141,6 +141,8 @@
        itemIndex = hero.itemIndex
        heroLV = 1
        star = 0
        breakLV = 0
        awakeLV = 0
        if itemIndex >= 0 and itemIndex < curPack.GetCount():
            heroItem = curPack.GetAt(itemIndex)
            if heroItem and not heroItem.IsEmpty():