From 509e00333a0b4d26885e291af094f26ec5e010f2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 13 十二月 2021 14:48:10 +0800
Subject: [PATCH] 9265 【BT5】【后端】53、新增幸运云购(调整为跨服节日活动模式;跨服节日活动管理优化)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/LuckyCloudBuy.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/LuckyCloudBuy.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/LuckyCloudBuy.py
index 660dd5d..9e51d5f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/LuckyCloudBuy.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/LuckyCloudBuy.py
@@ -28,9 +28,9 @@
 def OnExec(curPlayer, msgList):
     
     if not msgList:
-        GameWorld.DebugAnswer(curPlayer, "重置所有数据: FairyCard 0")
-        GameWorld.DebugAnswer(curPlayer, "重置本人数据: FairyCard 0 1")
-        GameWorld.DebugAnswer(curPlayer, "添加云购记录: FairyCard 1 份数")
+        GameWorld.DebugAnswer(curPlayer, "重置所有数据: LuckyCloudBuy 0")
+        GameWorld.DebugAnswer(curPlayer, "重置本人数据: LuckyCloudBuy 0 1")
+        GameWorld.DebugAnswer(curPlayer, "添加云购记录: LuckyCloudBuy 1 份数")
         return
     
     isSendGameServer = False

--
Gitblit v1.8.0