mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Updated packet structures to 9.2.0
This commit is contained in:
@@ -463,7 +463,7 @@ struct LinkValidator<LinkTags::quest>
|
||||
if (i == DEFAULT_LOCALE)
|
||||
continue;
|
||||
|
||||
std::string_view name = ObjectMgr::GetLocaleString(locale->LogTitle, i);
|
||||
std::string_view name = ObjectMgr::GetLocaleString(locale->LogTitle, LocaleConstant(i));
|
||||
if (!name.empty() && (text == name))
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user