mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +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;
|
||||
|
||||
@@ -549,7 +549,7 @@ class BattleGround
|
||||
/* virtual score-array - get's used in bg-subclasses */
|
||||
int32 m_TeamScores[BG_TEAMS_COUNT];
|
||||
|
||||
void RewardXPAtKill(Player* plr, Unit* victim);
|
||||
void RewardXPAtKill(Player* plr, Player* victim);
|
||||
|
||||
protected:
|
||||
//this method is called, when BG cannot spawn its own spirit guide, or something is wrong, It correctly ends BattleGround
|
||||
|
||||
Reference in New Issue
Block a user