mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
Core: Fix build
This commit is contained in:
@@ -674,7 +674,7 @@ std::string LFGQueue::DumpCompatibleInfo(bool full /* = false */) const
|
||||
{
|
||||
if (!first)
|
||||
o << "|";
|
||||
o << role.first.GetRawValue() << " " << GetRolesString(role.second & uint8(~PLAYER_ROLE_LEADER));
|
||||
o << role.first.ToString() << " " << GetRolesString(role.second & uint8(~PLAYER_ROLE_LEADER));
|
||||
first = false;
|
||||
}
|
||||
o << ")";
|
||||
|
||||
Reference in New Issue
Block a user