fix(Core/Battlegrounds): Fixed setting proper winner team at the end … (#12868)

fix(Core/Battlegrounds): Fixed setting proper winner team at the end of battleground.

Fixes #11717
Fixes #12688
This commit is contained in:
UltraNix
2022-08-31 11:40:32 +02:00
committed by GitHub
parent 748d925a37
commit 406f2bcd02
3 changed files with 24 additions and 2 deletions

View File

@@ -1668,6 +1668,7 @@ void Spell::DoCreateItem(uint8 /*effIndex*/, uint32 itemId)
case SPELL_AV_MARK_LOSER:
case SPELL_WS_MARK_WINNER:
case SPELL_WS_MARK_LOSER:
case SPELL_WS_MARK_TIE:
case SPELL_AB_MARK_WINNER:
case SPELL_AB_MARK_LOSER:
SelfCast = true;