ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/LingQi.py
@@ -37,7 +37,7 @@
    
    if msgList[0] == 0:
        for equipPlace in ChConfig.EquipPlace_LingQi:
            for trainType in xrange(1, ChEquip.GetLingQiTrainTypes() + 1):
            for trainType in xrange(1, ChEquip.GetLingQiTrainTypes(equipPlace) + 1):
                PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_LingQiTrainLV % (equipPlace, trainType), 1)
                PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_LingQiTrainItemCount % (equipPlace, trainType), 0)
            ChEquip.Sync_LingQiTrainData(curPlayer, equipPlace)