Core/Battlefield: Fix build. closes #5707

This commit is contained in:
kandera
2012-03-14 10:18:59 -03:00
parent 133d72abfa
commit e01a48d779
@@ -482,7 +482,7 @@ void BattlefieldWG::OnBattleEnd(bool endbytimer)
// *****************************************************
void BattlefieldWG::DoCompleteOrIncrementAchievement(uint32 achievement, Player *player, uint8 /*incrementNumber */ )
{
AchievementEntry const* AE = GetAchievementStore()->LookupEntry(achievement);
AchievementEntry const* AE = sAchievementStore.LookupEntry(achievement);
switch (achievement)
{