From 32c4493813924e3f13485c803cd9b27a558927fd Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 28 六月 2019 10:35:34 +0800 Subject: [PATCH] 7595 【前端】【主干】同步仙宝奇缘后台优化 - 添加客户端版本号 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld.py index 32cfd9b..52bd17f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld.py @@ -24,4 +24,4 @@ from IPY_Pet import * from IPY_GameMap import * from IPY_MissionDelete import * - +from IPY_Account import * -- Gitblit v1.8.0