From 59131b1a15794d761b345302792eb601dd2c6c82 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 25 十二月 2025 18:32:58 +0800
Subject: [PATCH] 358 【内政】红颜系统-服务端(游历景观未被发现时不通知景观相关信息;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Tianzi.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Tianzi.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Tianzi.py
index 0f63744..e757c36 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Tianzi.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Tianzi.py
@@ -23,6 +23,7 @@
 import PlayerSuccess
 import PlayerBillboard
 import ChPyNetSendPack
+import DataRecordPack
 import NetPackCommon
 import IpyGameDataPY
 import ShareDefine
@@ -196,6 +197,8 @@
     ItemControler.GivePlayerItemOrMail(curPlayer, itemList, event=["Tianzi", False, {}], isNotifyAward=False)
     SyncTianziInfo(curPlayer, lineID, bossID)
     __onFBTianzi(curPlayer)
+    
+    DataRecordPack.DR_FBPass(curPlayer, mapID, funcLineID, {"hpNum":hpNum, "totalHurt":totalHurt})
     return
 
 def __getTianziAwardList(todayHurt, bossID, sweepCnt=1):
@@ -315,4 +318,6 @@
         PlayerMail.SendMailByKey("TianziBillboardAward", playerID, awardList, paramList)
         
     GameWorld.Log("    奖励玩家名次信息: %s" % orderPlayerIDDict)
+    
+    billBoard.ClearData() # 每日结算奖励后重置榜单
     return

--
Gitblit v1.8.0