From c68d28b333ae625e4a0fd0ebefa3ebb74d352d00 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 14 三月 2019 16:25:42 +0800 Subject: [PATCH] 6356 【主干】补充合成双属性聚魂消耗材料流向记录 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartStar.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartStar.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartStar.py index b44de0e..3a69ff9 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartStar.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartStar.py @@ -14,13 +14,12 @@ # 详细描述: 设置装备部位公共星数 # #--------------------------------------------------------------------- -import IpyGameDataPY """Version = 2019-3-2 17:00""" #--------------------------------------------------------------------- import PlayerControl import ChEquip import GameWorld - +import IpyGameDataPY #--------------------------------------------------------------------- #逻辑实现 ## GM命令执行入口 -- Gitblit v1.8.0