fix(Core/Battlegrounds: Fixed doubled score in Alterac Valley battleground. (#10743)

This commit is contained in:
UltraNix
2022-02-20 19:44:18 +01:00
committed by GitHub
parent 9efb849575
commit 2dc40d1a7d

View File

@@ -573,10 +573,7 @@ bool BattlegroundAV::UpdatePlayerScore(Player* player, uint32 type, uint32 value
case SCORE_TOWERS_DEFENDED:
player->UpdateAchievementCriteria(ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTURE, AV_OBJECTIVE_DEFEND_TOWER);
break;
case SCORE_MINES_CAPTURED:
break;
default:
Battleground::UpdatePlayerScore(player, type, value, doAddHonor);
break;
}