mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
warning fix
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user