Skip to content

Commit 20d2885

Browse files
Sagrid-Arguskillerwife
authored andcommitted
Fix reputation reward for tower destruction
Horde was previously gaining Stormpike rep for destroying towers in AV
1 parent 360c2c4 commit 20d2885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/BattleGround/BattleGroundAV.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ void BattleGroundAV::ProcessPlayerDestroyedPoint(AVNodeIds node)
512512
SpawnEvent(BG_AV_MARSHAL_A_SOUTH + tmp, 0, false);
513513

514514
UpdateScore(GetOtherTeamIndex(ownerTeamIdx), (-1) * BG_AV_RES_TOWER);
515-
RewardReputationToTeam((ownerTeam == ALLIANCE) ? BG_AV_FACTION_ID_STORMPIKE : BG_AV_FACTION_ID_STORMPIKE, m_repTowerDestruction, ownerTeam);
515+
RewardReputationToTeam((ownerTeam == ALLIANCE) ? BG_AV_FACTION_ID_STORMPIKE : BG_AV_FACTION_ID_FROSTWOLF, m_repTowerDestruction, ownerTeam);
516516
RewardHonorToTeam(GetBonusHonorFromKill(BG_AV_KILL_TOWER), ownerTeam);
517517

518518
DoSendYellToTeam(ownerTeamIdx, LANG_BG_AV_TOWER_TAKEN, node);

0 commit comments

Comments
 (0)