Skip to content

Commit

Permalink
remove unused GetAcoreString in Battleground
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jan 19, 2025
1 parent 3e90806 commit 525fd49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/server/game/Battlegrounds/Battleground.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1659,13 +1659,6 @@ void Battleground::EndNow()
SetEndTime(0);
}

// To be removed
std::string Battleground::GetAcoreString(int32 entry)
{
// FIXME: now we have different DBC locales and need localized message for each target client
return sObjectMgr->GetAcoreStringForDBCLocale(entry);
}

void Battleground::HandleTriggerBuff(GameObject* gameObject)
{
// Xinef: crash fix?
Expand Down
2 changes: 0 additions & 2 deletions src/server/game/Battlegrounds/Battleground.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,6 @@ class Battleground

void DoorOpen(uint32 type);
void DoorClose(uint32 type);
//to be removed
std::string GetAcoreString(int32 entry);

virtual bool HandlePlayerUnderMap(Player* /*player*/) { return false; }

Expand Down

0 comments on commit 525fd49

Please sign in to comment.