mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
typo :(
should olso fix linux compile --HG-- branch : trunk
This commit is contained in:
@@ -1952,7 +1952,7 @@ void BattleGround::SetBracket(PvPDifficultyEntry const* bracketEntry)
|
||||
SetLevelRange(bracketEntry->minLevel,bracketEntry->maxLevel);
|
||||
}
|
||||
|
||||
void BattleGround::RewardXPAtKill(Player* plr, Unit* victim)
|
||||
void BattleGround::RewardXPAtKill(Player* plr, Player* victim)
|
||||
{
|
||||
if (!plr || !victim)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user