From 5e5ceb375b230198c7a1a2e63be7ebb075122da8 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 27 十月 2020 16:19:09 +0800 Subject: [PATCH] 8577 【主干】【长尾】【BT】【后端】支持给宠物表配置的技能学习在玩家身上; 修复灵宠技能刷战力bug; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py index 7da936f..116e74a 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py @@ -46,7 +46,7 @@ 3 : "法宝专精", 4 : "天赋", 5 : "坐骑技能", - 6 : "神兵技能", + 6 : "灵宠技能", 7 : "人族法宝", 8 : "普攻", 9 : "无", @@ -56,6 +56,7 @@ 13 : "诛仙技能", 14 : "套装技能", 15 : "可有专精的被动技能", + 16 : "灵宠主人技能", } for funcType, skillList in skillDict.items(): -- Gitblit v1.8.0