From a147d20250dada6baddf0329894f87e7719ba967 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 15 十一月 2024 17:00:10 +0800
Subject: [PATCH] 10302 【越南】【英语】【砍树】【tqxbqy】【btgotq】仙缘-服务端

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 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 b1ee08b..f7eacc8 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -542,7 +542,6 @@
         PlayerVip.VipOnDay(curPlayer)
         
         PlayerCoin.OnDay(curPlayer)
-        PlayerActBuyCountGift.OnDay(curPlayer)
         
         #成就
         PlayerSuccess.SuccOnDay(curPlayer)
@@ -640,6 +639,12 @@
     PlayerTongTianLing.OnDay(curPlayer, onEventType)
     #boss凭证
     PlayerActBossTrial.PlayerOnDay(curPlayer, onEventType)
+    #任务活动
+    PlayerActTask.OnDay(curPlayer)
+    #登录活动
+    PlayerActLoginNew.OnDay(curPlayer)
+    #购买次数礼包
+    PlayerActBuyCountGift.OnDay(curPlayer, onEventType)
     return
 
 

--
Gitblit v1.8.0