mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 21:39:52 -04:00
Core/Battlefield: Fix build. closes #5707
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user