From cb1d20b4aff8ca422a12a18f024a65b201687ec0 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 08 二月 2023 15:52:48 +0800 Subject: [PATCH] 9765 【BT8】【后端】神通(神通技能可用个数增加条件限制) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shentong.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shentong.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shentong.py index 31078f6..e2f7d82 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shentong.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shentong.py @@ -50,7 +50,7 @@ syncIDList.append(shentongID) PlayerShentong.SetShentongLVInfo(curPlayer, shentongID, 0, 0) - ShentongSkillCountMax = IpyGameDataPY.GetFuncCfg("Shentong", 1) + ShentongSkillCountMax = len(IpyGameDataPY.GetFuncEvalCfg("Shentong", 1)) skillManager = curPlayer.GetSkillManager() playerCtl = PlayerControl.PlayerControl(curPlayer) for num in range(ShentongSkillCountMax): -- Gitblit v1.8.0