From 9d5ec7599f3abe0cebb76ce1df3c3b8c4e0aa51e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 10 二月 2026 11:40:15 +0800
Subject: [PATCH] 66 【公会】基础主体-服务端(跨服聊天;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
index 9ba2bb3..ffdb313 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
@@ -23,7 +23,6 @@
 import ChNetSendPack
 import OperControlManager
 import GameObj
-import CrossPlayerData
 import AttackCommon
 #---------------------------------------------------------------------
 
@@ -169,9 +168,6 @@
     for i in range(len(plusValueList)):
         plusValueList[i] = min(plusValueList[i], ChConfig.Def_UpperLimit_DWord)
         
-    # 向跨服发送数据
-    CrossPlayerData.SendMergeData_Buff(curObj, curSkillID, plusValueList)
-    
     # buff层级
     layerMaxCnt = 0
     layerCalc = 0

--
Gitblit v1.8.0