From 2dfc680268c2f362eea6fc366341cd40c8387a9c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 11 十一月 2024 14:56:37 +0800
Subject: [PATCH] 5416 【工具】兑换码优化(兑换码邮件内容文件json支持不同的appID独立文件配置;)
---
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