From 2a7ed58c22dc878e52598fca4239f14f7cdf8076 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 25 七月 2024 14:55:31 +0800
Subject: [PATCH] 10216 【越南】【港台】【主干】【砍树】古神战场修改(系统场次战场中可购买召集,继承原召集场次效果)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py |    4 ++++
 1 files changed, 4 insertions(+), 0 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 b0115f6..9c9e317 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.py
@@ -1564,6 +1564,10 @@
             PyGameData.g_crossBattlefieldCallTeamInfo = eval(msgValue)
             return
         
+        if key == ShareDefine.Def_Notify_WorldKey_CrossBattlefieldSysCallBuyInfo:
+            PyGameData.g_crossBattlefieldSysCallBuyList = eval(msgValue)
+            return
+        
         if msgValue.isdigit():
             value = int(msgValue)
         else:

--
Gitblit v1.8.0