hxp
2019-12-30 1cc51c51d4d81c2437086be0f065c9ac6f6d5ecc
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -303,7 +303,7 @@
    
    #打boss中不增加 2018/7/18改为只要在野外地图被其他玩家杀死都增加疲劳
    #if not PlayerState.IsInBossState(curPlayer):
    if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull or curPlayer.GetMapID() == ChConfig.Def_FBMapID_BossHome:
    if GameWorld.GetMap().GetMapFBType() == IPY_GameWorld.fbtNull:
        PlayerControl.NomalDictSetProperty(defender, ChConfig.Def_PDict_IsAddReviveTired, 1)
    return