From 718f530accc19969f39d1a8ce199fe947508e29a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 16 十月 2025 19:19:09 +0800
Subject: [PATCH] 237 【福利内容】每日任务/每周任务/章节奖励-服务端(每日任务、每周奖励;)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py
index 7707b0b..24bb5cd 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.py
@@ -39,7 +39,6 @@
 import PassiveBuffEffMng
 import CrossPlayerData
 import CalcLineEffect
-import PlayerActivity
 import ChPyNetSendPack
 import NetPackCommon
 import PlayerActLunhuidian
@@ -744,8 +743,6 @@
             #广播
             sysMark = sysMarkList[i] if i < len(sysMarkList) else 'PetUpLv'
             PlayerControl.WorldNotify(0, sysMark, [playerName, petNPCID, limitPetClassLV, skillid])
-            #增加升级活跃点效果
-            PlayerActivity.AddActivityByLVOnLearnSkill(curPlayer, skillid)
             
         if not learnSkillList and updClassLV + 1 == maxClassLV:
             PlayerControl.WorldNotify(0, 'PetUpLvMax', [playerName, petNPCID])

--
Gitblit v1.8.0