ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py
@@ -802,7 +802,7 @@
        if gridNum in notifyGridNumList and notifyKeyDict:
            notifyKey = notifyKeyDict.get(gridNum, notifyKeyDict.get(0, ""))
            if itemObj.GetType() == ChConfig.Def_ItemType_Hero:
                if PlayerHero.GetHeroActivite(curPlayer, itemID):
                if treasureType in TreasureType_HeroCallList and PlayerHero.GetHeroActivite(curPlayer, itemID):
                    notifyKey = ""
                    GameWorld.DebugLog("招募武将非首次获得的不广播了! itemID=%s" % itemID, playerID)
                elif notifyKey: