hxp
2025-10-09 e4a5fbde4c804262a7cfd17d89d427b4ff36accb
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Arena.py
@@ -22,6 +22,7 @@
import PlayerControl
import IpyGameDataPY
import PlayerBillboard
import PlayerZhanling
import ItemControler
import PlayerArena
import PyGameData
@@ -137,6 +138,8 @@
    
    # 战斗结束系统强制刷新匹配
    PlayerArena.DoArenaMatchRefresh(curPlayer, True, isSys=True)
    PlayerZhanling.AddZhanlingValue(curPlayer, PlayerZhanling.ZhanlingType_ArenaCnt, 1)
    return
def __updArenaBatRecord(curPlayer, turnFight, tagPlayerID, isWin, atkAddScore, defDecScore):