Fix compile

This commit is contained in:
Spp
2012-11-16 09:09:27 +01:00
parent a0c8193ee7
commit 978fc4b7b9
3 changed files with 3 additions and 3 deletions

View File

@@ -1049,7 +1049,7 @@ public:
{
if (MapEntry const* mapInfo = sMapStore.LookupEntry(id))
{
std::string name = mapInfo->name[locale];
std::string name = mapInfo->name;
if (name.empty())
continue;