ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
@@ -3946,7 +3946,7 @@
        if curPlayerSkill == None:
            continue
        funcType = curPlayerSkill.GetFuncType()
        if funcType not in funcTypeList:
        if funcTypeList and funcType not in funcTypeList:
            continue
        funcTypeKey = str(funcType)
        if funcTypeKey not in skillDict: