Core/DataStores: Updated dbc/db2 structures to 6.2.0

This commit is contained in:
Shauren
2015-07-07 12:13:14 +02:00
parent d8338669d5
commit dea6c0b122
34 changed files with 2803 additions and 1457 deletions

View File

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