hch
2019-04-13 7555c6f17b99cc0041c5558062b3bdff44ab255d
6515 【测试】【主干】新增游戏警报邮件
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -354,7 +354,7 @@
    SendEventPack("CTGError", dataDict, curPlayer)
    GameWorld.ErrLog("%s. %s" % (errorInfo, addDict), curPlayer.GetPlayerID())
    
    GameWorld.SendGameStateMail("CTGError:%s"%dataDict)
    GameWorld.SendGameStateMail("CTGError:%s - %s"%(errorInfo, dataDict))
    return
def DR_CTGOK(curPlayer, addDict):