2612 【1.3】【1.3.100】上古战场积分足够,退出副本,重新上线后没给奖励
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_ElderBattlefield.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_ElderBattlefield.py
@@ -69,7 +69,7 @@
FB_Step_Over,  # 副本结束
) = range(3)
def OnLogin(curPlayer):
def OnFBPlayerOnLogin(curPlayer):
    OnElderBattlefieldFBResult(curPlayer, True)
    return