From a53ebf8a767a99aee01b8ae39af45634766d0bb3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 13 七月 2022 17:34:51 +0800 Subject: [PATCH] 9663 【越南】【BT7】【主干】防范NPC获取刷新点坐标报错 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py index 6a5f468..02a3845 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py @@ -754,6 +754,8 @@ return posMap = npcObj.GetRefreshPosAt(npcObj.GetCurRefreshPointIndex()) + if not posMap: + return #范围校验 posMapX = posMap.GetPosX() posMapY = posMap.GetPosY() -- Gitblit v1.8.0