From c56d18287dad88b214b4a33ccd785484b165acbe Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 24 Sep 2025 00:21:31 +0200 Subject: Core/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it should only increase honor gains from some sources --- .../StrandOfTheAncients/battleground_strand_of_the_ancients.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Battlegrounds') diff --git a/src/server/scripts/Battlegrounds/StrandOfTheAncients/battleground_strand_of_the_ancients.cpp b/src/server/scripts/Battlegrounds/StrandOfTheAncients/battleground_strand_of_the_ancients.cpp index dba78903864..feb9c4334d1 100644 --- a/src/server/scripts/Battlegrounds/StrandOfTheAncients/battleground_strand_of_the_ancients.cpp +++ b/src/server/scripts/Battlegrounds/StrandOfTheAncients/battleground_strand_of_the_ancients.cpp @@ -664,7 +664,7 @@ struct battleground_strand_of_the_ancients : BattlegroundScript { battleground->UpdatePvpStat(player, PVP_STAT_GATES_DESTROYED, 1); if (rewardHonor) - battleground->UpdatePlayerScore(player, SCORE_BONUS_HONOR, battleground->GetBonusHonorFromKill(1)); + battleground->UpdatePlayerScore(player, SCORE_BONUS_HONOR, battleground->GetBonusHonorFromKill(1), true, HonorGainSource::TeamContribution); } } } -- cgit v1.2.3