| | |
| | | return; |
| | | } |
| | | heroInfo.CalculateFightPower(); |
| | | attrDict = FightPowerManager.Instance.GetHeroTotalAttr(heroInfo); |
| | | DisplayByMyPack(heroInfo, data); |
| | | |
| | | if (data.battleName == BattleConst.WarlordPavilionBattleField) |
| | | { |
| | | FightPowerManager.Instance.djgAttrs = WarlordPavilionManager.Instance.GetAllAttrBonus(); |
| | | attrDict = FightPowerManager.Instance.GetHeroTotalAttr(heroInfo); |
| | | FightPowerManager.Instance.djgAttrs.Clear(); |
| | | DisplayByMyPack(heroInfo, data); |
| | | } |
| | | else |
| | | { |
| | | attrDict = FightPowerManager.Instance.GetHeroTotalAttr(heroInfo); |
| | | DisplayByMyPack(heroInfo, data); |
| | | } |
| | | |
| | | } |
| | | else |
| | | { |