From 084c4bfc464b58074189324ad6f9c83b8e64ac23 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 27 三月 2025 14:59:58 +0800
Subject: [PATCH] 0312 本服竞技场为回合战斗,非镜像战斗

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index f10058d..4d0d5d4 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -1881,10 +1881,10 @@
 Def_TFMapID_SendToGameServer = [Def_TFMapID_MineArea, Def_FBMapID_ArenaBattle]
 
 #前端自定义场景地图
-ClientCustomSceneList = [Def_FBMapID_PersonalBoss, Def_FBMapID_ArenaBattle, Def_FBMapID_MirrorBattle]
+ClientCustomSceneList = [Def_FBMapID_PersonalBoss, Def_FBMapID_MirrorBattle]
 
 #镜像PK的地图ID列表
-MirrorBattleMapIDList = [Def_FBMapID_MirrorBattle, Def_FBMapID_ArenaBattle, Def_FBMapID_CrossRealmPK, Def_FBMapID_CrossChampionship]
+MirrorBattleMapIDList = [Def_FBMapID_MirrorBattle, Def_FBMapID_CrossRealmPK, Def_FBMapID_CrossChampionship]
 
 #注册上传跨服服务器数据后直接进入跨服服务器的地图
 RegisterEnter_CrossServerMapIDList = [Def_FBMapID_CrossPenglai, Def_FBMapID_CrossDemonLand, Def_FBMapID_CrossDemonKing, 
@@ -1997,7 +1997,7 @@
                 'Guard':[Def_FBMapID_Guard], #守护副本
                 'SealDemon':[Def_FBMapID_SealDemon, Def_FBMapID_SealDemonEx], #封魔坛
                 'XMZZ':[Def_FBMapID_XMZZ], #仙魔之争
-                #'ArenaBattle':[Def_FBMapID_ArenaBattle],#竞技场战斗
+                'ArenaBattle':[Def_FBMapID_ArenaBattle],#竞技场战斗
                 #'CrossRealmPK':[Def_FBMapID_CrossRealmPK], #跨服竞技场
                 #'CrossChampionship':[Def_FBMapID_CrossChampionship], #跨服排位
                 'CrossDemonKing':[Def_FBMapID_DemonKing, Def_FBMapID_CrossDemonKing], #妖王

--
Gitblit v1.8.0