From 30d3d0236c1b4e1338209e9049e5ef07e87fff87 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 07 一月 2025 19:53:30 +0800
Subject: [PATCH] 10334 【越南】【英语】【BT】【砍树】境界修改-服务端(杀怪任务进度增加支持A2 25 客户端任务计数 # tagCMClientTaskCount)
---
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py
index 3298d23..e6afa38 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFB.py
@@ -171,7 +171,7 @@
playerLV = msgData["LV"]
if mapID == ChConfig.Def_FBMapID_CrossChampionship:
- CrossChampionship.OnRequestChampionshipVSRoom(playerID, serverGroupID)
+ #CrossChampionship.OnRequestChampionshipVSRoom(playerID, serverGroupID)
return
zoneIpyData = CrossRealmPlayer.GetCrossZoneIpyDataByServerGroupID(mapID, serverGroupID)
--
Gitblit v1.8.0