From d279595ca904135621e793008e43189f028acf71 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 02 十一月 2018 14:34:11 +0800
Subject: [PATCH] 4399 【后端】【1.2.0】气泡框聊天信息相关封包支持附加使用的气泡框ID;

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
index a41384c..5689461 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBCommon.py
@@ -1557,6 +1557,7 @@
         return 0
     #任务
     EventShell.EventRespons_FBEvent(curPlayer, 'fbhelp')
+    EventShell.EventRespons_FBEvent(curPlayer, 'fbhelp_%s'%mapID)
     # 每日活动
     PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_FBHelp)
     addHelpPoint = helpPoint * addFBCnt
@@ -2251,7 +2252,7 @@
     rewardFormatDict = IpyGameDataPY.GetFuncEvalCfg(cfgKeyName)
     getCntLimit = IpyGameDataPY.GetFuncCfg(cfgKeyName, 3)
     lastAwardTick = gameFB.GetGameFBDictByKey(ChConfig.Map_FBDict_LastAreaRewardTick)
-    if tick - lastAwardTick < rewardInterval * 1000:
+    if tick - lastAwardTick < rewardInterval:
         return
     gameFB.SetGameFBDict(ChConfig.Map_FBDict_LastAreaRewardTick, tick)
     

--
Gitblit v1.8.0