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)