Skip to content

Commit

Permalink
Merge pull request azerothcore#2 from azerothcore/update
Browse files Browse the repository at this point in the history
fix: build
  • Loading branch information
Helias authored Jun 18, 2021
2 parents d2c2928 + d440dd8 commit 2145e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod-as-platform/src/AZTH_SC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Battleground_SC : public BGScript
bg->SetStartDelayTime(BG_START_DELAY_15S);
}

bool CanSendMessageArenaQueue(BattlegroundQueue* /*queue*/, GroupQueueInfo* ginfo, bool IsJoin) override
bool CanSendMessageArenaQueue(BattlegroundQueue* /*queue*/, GroupQueueInfo* ginfo, bool IsJoin)
{
if (!ginfo->IsRated || !ginfo->ArenaType || ginfo->Players.empty())
return true;
Expand Down

0 comments on commit 2145e63

Please sign in to comment.