hch
2019-06-21 5988078971fb13c4f0e24bb557106d8ac2b0bdd6
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py
@@ -54,10 +54,11 @@
                12 : "神兽技能",
                13 : "诛仙技能",
                14 : "套装技能",
                15 : "可有专精的被动技能",
                }
    
    for funcType, skillList in skillDict.items():
        GameWorld.DebugAnswer(curPlayer, "%s : %s"%(showDict[funcType], skillList))
        GameWorld.DebugAnswer(curPlayer, "%s : %s"%(showDict.get(funcType, funcType), skillList))
    
    if not cmdList:
        return