From 46f92bbf96e0c0b64beb2239aa210b287b3ec02e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 02 三月 2026 20:07:00 +0800
Subject: [PATCH] 501 【武将】武将时装-服务端(穿戴时同步修改形象;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/GMToolLogicProcess/ProjSpecialProcess.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/GMToolLogicProcess/ProjSpecialProcess.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/GMToolLogicProcess/ProjSpecialProcess.py
index 79723ec..5b8add7 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/GMToolLogicProcess/ProjSpecialProcess.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/GMToolLogicProcess/ProjSpecialProcess.py
@@ -102,8 +102,6 @@
mylog.info('GM Tool Cmd->%s,orderId->%s'%(cmd, orderId))
funcName = ''
try:
- GameWorld.GetGameWorld().SetCurGameWorldIndex(0) # 需要设置,不然获取不到 GetMap 等虚拟分线相关接口
-
# 获得gm命令信息
gmCmdDict = eval(cmd)
funcName = gmCmdDict.get(GMCommon.Def_GMKey_Type, '')
--
Gitblit v1.8.0