From 93b9eeb26ca7e7e1af5855d3a73520a0117bc1fb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 九月 2024 17:01:41 +0800
Subject: [PATCH] 10261 去除仙盟刷新GetExtra6属性验证;10249 修复Xiangong命令报错;

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Xiangong.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Xiangong.py
index 12ecdaf..4f1a805 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Xiangong.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Xiangong.py
@@ -55,7 +55,7 @@
             for keyNum in range(50):
                 PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_TiandaoAward % keyNum, 0)
             PlayerXiangong.SyncTiandaoTreeInfo(curPlayer)
-            GameWorld.DebugAnswer(curPlayer, "重置气运奖励:%s" % xiangongIDList)
+            GameWorld.DebugAnswer(curPlayer, "重置气运奖励!")
             
         return
     

--
Gitblit v1.8.0