mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 08:07:09 +01:00
Core/DataStores: Updated dbc/db2 structures to 6.2.0
This commit is contained in:
@@ -919,7 +919,7 @@ public:
|
||||
// Search in TaxiNodes.dbc
|
||||
for (TaxiNodesEntry const* nodeEntry : sTaxiNodesStore)
|
||||
{
|
||||
std::string name = nodeEntry->Name_lang->Str[locale];
|
||||
std::string name = nodeEntry->Name->Str[locale];
|
||||
if (name.empty())
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user