From 950be2d9a3e3f87f1bb247f6b904de9669ba9126 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 31 八月 2021 18:51:45 +0800
Subject: [PATCH] 8921 【主干】【gt_1.101.1】【BT3】【bt3_1.100.1】【后端】H.活动-节日活动-垃圾分类(优化仙匣秘境初始化首层失败后的处理,重登后可尝试重新初始化)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintSkill.py |    5 ++++-
 1 files changed, 4 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..64990b4 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,9 @@
                 13 : "诛仙技能",
                 14 : "套装技能",
                 15 : "可有专精的被动技能",
+                16 : "灵宠主人技能",
+                17 : "称号技能",
+                18 : "装备被动技能",
                 }
     
     for funcType, skillList in skillDict.items():

--
Gitblit v1.8.0