Core: Fix build

This commit is contained in:
Carbenium
2015-09-24 23:57:13 +02:00
parent 97f9a3f816
commit 5147c70c35

View File

@@ -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 << ")";