ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCAI/AICommon.py
@@ -523,8 +523,9 @@
    #GameWorld.DebugLog('技能使用顺序 = useSkillList%s' % str(useSkillList), curNPC.GetID())
    
    for useCnt, index, useSkill in useSkillList:
        skillID = useSkill.GetSkillID()
        if DoNPCUseSkill(curNPC, curTag, useSkill, tagDist, tick):
            return True
            return skillID
        
    #无技能可以释放
    return False