mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Battleground/PvPstats): correct bracket_id for AV (#10677)
This commit is contained in:
@@ -2017,5 +2017,5 @@ void Battleground::RewardXPAtKill(Player* killer, Player* victim)
|
||||
|
||||
uint8 Battleground::GetUniqueBracketId() const
|
||||
{
|
||||
return GetMinLevel() / 10;
|
||||
return GetMaxLevel() / 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user