From 05fa532f5bd8b842208fa4a2768f5bcb97f60cff Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 23 五月 2022 17:00:34 +0800
Subject: [PATCH] 9415 【BT】【后端】古神战场(进场设置仙盟ID为0,防止同盟玩家在不同阵营时无法选中PK)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py
index f913e86..d0b1028 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py
@@ -622,6 +622,7 @@
PlayerControl.PlayerLeaveFB(curPlayer)
return
+ curPlayer.SetFamilyID(0)
fightPower = PlayerControl.GetFightPower(curPlayer)
battleObj = GetBattlePlayerObj(playerID)
battleObj.job = curPlayer.GetJob()
--
Gitblit v1.8.0