This commit is contained in:
Ovahlord
2018-07-26 17:37:05 +02:00
3 changed files with 27 additions and 1 deletions

View File

@@ -678,7 +678,7 @@ public:
return true;
}
static char const* GetZoneName(uint32 zoneId, LocaleConstant locale)
static char const* GetZoneName(uint32 zoneId, LocaleConstant /*locale*/)
{
AreaTableEntry const* zoneEntry = sAreaTableStore.LookupEntry(zoneId);
return zoneEntry ? zoneEntry->area_name : "<unknown zone>";