-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Core/CFBG): Added support module mod-cfbg (#2064)
https://github.com/Winfidonarleyan/mod-cfbg - Original module https://github.com/azerothcore/mod-cfbg - the fork in AC
- Loading branch information
1 parent
34184d4
commit d40e894
Showing
8 changed files
with
165 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d40e894
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/home/mangos/azerothcore/modules/mod-cfbg/src/CFBG_SC.cpp:92:10: error: ‘bool CFBG_BG::CanFillPlayersToBG(BattlegroundQueue*, Battleground*, int32, int32, BattlegroundBracketId)’ marked ‘override’, but does not override
bool CanFillPlayersToBG(BattlegroundQueue* queue, Battleground* bg, const int32 aliFree, const int32 hordeFree, BattlegroundBracketId bracket_id) override
^~~~~~~~~~~~~~~~~~
/home/mangos/azerothcore/modules/mod-cfbg/src/CFBG_SC.cpp:103:10: error: ‘bool CFBG_BG::CanFillPlayersToBGWithSpecific(BattlegroundQueue*, Battleground*, int32, int32, BattlegroundBracketId, BattlegroundQueue*, BattlegroundBracketId)’ marked ‘override’, but does not override
bool CanFillPlayersToBGWithSpecific(BattlegroundQueue* queue, Battleground* bg, const int32 aliFree, const int32 hordeFree,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mangos/azerothcore/modules/mod-cfbg/src/CFBG_SC.cpp:115:10: error: ‘void CFBG_BG::OnCheckNormalMatch(BattlegroundQueue*, uint32&, Battleground*, BattlegroundBracketId, uint32&, uint32&)’ marked ‘override’, but does not override
void OnCheckNormalMatch(BattlegroundQueue* /queue/, uint32& Coef, Battleground* /bgTemplate/, BattlegroundBracketId /bracket_id/, uint32& /minPlayers/, uint32& /maxPlayers/) override
^~~~~~~~~~~~~~~~~~
/home/mangos/azerothcore/modules/mod-cfbg/src/CFBG_SC.cpp:123:10: error: ‘bool CFBG_BG::CanSendMessageQueue(BattlegroundQueue*, Player*, Battleground*, const PvPDifficultyEntry*)’ marked ‘override’, but does not override
bool CanSendMessageQueue(BattlegroundQueue* queue, Player* leader, Battleground* bg, PvPDifficultyEntry const* bracketEntry) override
^~~~~~~~~~~~~~~~~~~
/home/mangos/azerothcore/modules/mod-cfbg/src/CFBG_SC.cpp:146:10: error: ‘bool CFBG_Player::CanJoinInBattlegroundQueue(Player*, uint64, BattlegroundTypeId, uint8, GroupJoinBattlegroundResult&)’ marked ‘override’, but does not override
bool CanJoinInBattlegroundQueue(Player* player, uint64 BattlemasterGuid, BattlegroundTypeId BGTypeID, uint8 joinAsGroup, GroupJoinBattlegroundResult& err) override
^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mangos/azerothcore/modules/mod-cfbg/src/CFBG_SC.cpp:177:10: error: ‘void CFBG_Player::OnBeforeSendChatMessage(Player*, uint32&, uint32&, std::string&)’ marked ‘override’, but does not override
void OnBeforeSendChatMessage(Player* player, uint32& type, uint32& lang, std::string& msg) override
Got this with mod-cfbg.
d40e894
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@soniczhang11
Did you download the latest CFBG module?
https://github.com/Winfidonarleyan/mod-cfbg
d40e894
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the latest module it works! thanks a lot. The module by AC should be updated.
d40e894
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is updated: https://github.com/azerothcore/mod-cfbg