From 2a3e2e53da4ff2005fc84f702483fd3f29b9c569 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 17 十月 2025 20:28:44 +0800
Subject: [PATCH] 237 【福利内容】每日任务/每周任务/章节奖励-服务端(章节奖励英雄之路,成就系统)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
index 27a98e3..da8cf30 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -34,7 +34,6 @@
 import PlayerGoldGift
 import PlayerActivity
 import FBCommon
-import PlayerSuccess
 import PlayerFreeGoods
 import ChItem
 import GameLogic_Tianzi
@@ -263,8 +262,6 @@
         
         PlayerCoin.OnDay(curPlayer)
         PlayerTree.PlayerOnDay(curPlayer)
-        #成就
-        PlayerSuccess.SuccOnDay(curPlayer)
         #投资
         PlayerGoldInvest.OnDay(curPlayer)
         #战令
@@ -395,8 +392,6 @@
         
         #计算这一周的家族的活跃度
         CalcFamilyActiveValue(curPlayer)
-        #成就Onweek
-        PlayerSuccess.OnWeek(curPlayer)
         
         # 每周提示玩家提示vip等级加入贵宾俱乐部
         PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_HasVIPClubNote, 0)

--
Gitblit v1.8.0