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