9731 【越南】【主干】【BT7】转职业(修改扣除转职业消耗道具记录流向类型)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerChangeJob.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerChangeJob.py
@@ -268,7 +268,7 @@
        
    # 扣除消耗
    if not isFree and costItemCount:
        ItemCommon.DelCostItemByBind(curPlayer, costItemIndexList, bindCnt, unBindCnt, costItemCount, ChConfig.ItemDel_EquipEnchant)
        ItemCommon.DelCostItemByBind(curPlayer, costItemIndexList, bindCnt, unBindCnt, costItemCount, "ChangeJob")
        
    curPlayer.SetJob(tagJob)
    GameWorld.Log("=== 转职业完毕: SetJob=%s ===" % tagJob, playerID)