From 3d91868f55b438ec735569142d34559aad930d2f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 09 十一月 2023 16:23:05 +0800
Subject: [PATCH] 8325 【主干】【BT0.1】【后端】套装技能(套装技能升级支持;召唤兽对玩家主人使用技能支持)

---
 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