From d7f8d55a035e5351c6af9f6c49ec5339c844d903 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 04 十一月 2019 21:12:40 +0800
Subject: [PATCH] 8321 【主干】【后端】GM工具优化(非禁言状态时上线也通知)

---
 ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearRec.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearRec.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearRec.py
index 9fd1cab..d0adcc6 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearRec.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/ClearRec.py
@@ -25,7 +25,7 @@
 def OnExec(curPlayer, gmList):
     if not gmList:
         GameWorld.DebugAnswer(curPlayer, "ClearRec 记录类型")
-        GameWorld.DebugAnswer(curPlayer, "    全服寻宝-34")
+        GameWorld.DebugAnswer(curPlayer, "31-Boss首杀,34-全服寻宝")
         return
     
     recType = gmList[0]

--
Gitblit v1.8.0