ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -3755,8 +3755,8 @@ itemStarLV = GameWorld.ToIntDef(curActionNode.GetAttribute("starLV"), 0) #物品是否绑定 bind = True if curActionNode.GetAttribute("bind") else False bind = True if GameWorld.ToIntDef(curActionNode.GetAttribute("bind")) else False #物品是否套装化 isSuite = True if curActionNode.GetAttribute("suite") else False