10033 【后端】仙树升级系统及砍树产出规则(修复砍树分解空装备报错)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py
@@ -206,7 +206,7 @@
    return
def __DoEquipDecompose(curPlayer, curEquip):
    if not curEquip:
    if not ItemCommon.CheckItemCanUse(curEquip):
        return
    itemID = curEquip.GetItemTypeID()
    itemColor = curEquip.GetItemColor()