From 34fec42a90f2b3f726afa3e104e3e3112d9dc819 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 26 五月 2021 11:41:12 +0800
Subject: [PATCH] 8921 【主干】【BT2】【后端】H.活动-节日活动-垃圾分类(1.删除引导任务;2.环保抽奖改为独立的活动仙匣秘境;3.活动结束销毁剩余垃圾物品、重置祝福值;)

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

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/HelpCheckInInfo.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/HelpCheckInInfo.py
index 2dbb3c5..221338b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/HelpCheckInInfo.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/HelpCheckInInfo.py
@@ -63,8 +63,8 @@
     GameWorld.DebugAnswer(curPlayer, "等级: %s, 境界: %s,  VIP%s" % (helpBattlePlayer.playerLV, helpBattlePlayer.realmLV, helpBattlePlayer.vipLV))
     GameWorld.DebugAnswer(curPlayer, "战力: %s, 仙盟: %s" % (helpBattlePlayer.fightPower, helpBattlePlayer.familyID))
     GameWorld.DebugAnswer(curPlayer, "登记时间: %s,  次数: %s" % (GameWorld.ChangeTimeNumToStr(helpBattlePlayer.checkInTime), helpBattlePlayer.checkInCount))
-    GameWorld.DebugAnswer(curPlayer, "今日仙缘币: %s" % (helpBattlePlayer.todayXianyuanCoin))
     GameWorld.DebugAnswer(curPlayer, "今天助战数: %s" % (helpBattlePlayer.todayHelpCountDict))
+    GameWorld.DebugAnswer(curPlayer, "接受礼盒数: %s" % (helpBattlePlayer.getThanksGiftCountDict))
     return
 
 def __AddFakeHelpPlayer(curPlayer, addCount):
@@ -97,7 +97,6 @@
         helpBattlePlayer.vipLV = random.randint(0, 10)
         helpBattlePlayer.checkInCount = 100
         helpBattlePlayer.checkInTime = curTime
-        helpBattlePlayer.todayXianyuanCoin = 0
         addFakeIDList.append(fakeID)
         
     GameWorld.DebugAnswer(curPlayer, "添加假助战登记 %s" % addFakeIDList) 

--
Gitblit v1.8.0