From 9607567bac1c2c0bbff492c34545cc7a93d35ddf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 15 十月 2019 18:15:19 +0800
Subject: [PATCH] 8262 【主干】【后端】仙盟宴会及传功优化(去除答对提示参数:仙盟贡献度)

---
 ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py
index 66ff9ca..4ce5a49 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.py
@@ -359,7 +359,7 @@
     #红包
     PlayerFamilyRedPacket.OnRedPacketMinuteProcess()
     #拍卖行
-    AuctionHouse.OnAuctionItemMinuteProcess()
+    AuctionHouse.OnAuctionItemMinuteProcess(tick)
     #每5分钟触发一次仙盟总战力更新
     if curMinute % 5 == 0:
         PlayerFamily.UpdFamilyTotalFightPower()

--
Gitblit v1.8.0