ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/GMCommon.py
@@ -21,6 +21,7 @@ #--------------------------------------------------------------------- import IPY_GameWorld import GameWorld #------------------------------------------------------------------------------ #gm工具返回结果类型 @@ -89,3 +90,7 @@ return buffTypeList def SendGMTResult(orderId, pack_type, result=Def_Success, retMsg=None): resultMsg = str([orderId, retMsg, pack_type, result]) GameWorld.GetPlayerManager().GameServer_QueryPlayerResult(0, 0, 0, 'GMToolResult', resultMsg, len(resultMsg)) return