We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bec944 commit 41e48ffCopy full SHA for 41e48ff
src/server/game/Battlegrounds/Battleground.cpp
@@ -769,6 +769,10 @@ void Battleground::EndBattleground(uint32 winner)
769
CharacterDatabase.Execute(stmt);
770
}
771
772
+ // remove temporary currency bonus auras before rewarding player
773
+ player->RemoveAura(SPELL_HONORABLE_DEFENDER_25Y);
774
+ player->RemoveAura(SPELL_HONORABLE_DEFENDER_60Y);
775
+
776
// Reward winner team
777
if (team == winner)
778
{
0 commit comments