hxp
2024-09-10 f355e99a5f181ca869bdddf79fec1a27f237d194
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -1243,7 +1243,10 @@
        
    #bossƾ֤
    killBossCntLimitDict = IpyGameDataPY.GetFuncCfg('KillBossCntLimit', 1)
    limitIndex = GameWorld.GetDictValueByKey(killBossCntLimitDict, npcID)
    if mapID == ChConfig.Def_FBMapID_PersonalBoss:
        limitIndex = ChConfig.Def_FBMapID_PersonalBoss
    else:
        limitIndex = GameWorld.GetDictValueByKey(killBossCntLimitDict, npcID)
    if limitIndex != None:
        bossTrialDrop = PlayerActBossTrial.GetBossTrialDropItemIDList(dropPlayer, limitIndex)
        if bossTrialDrop: