[7096] Fixed unexpected expirience gain in starting zones for expansion 1 races.

This commit is contained in:
VladimirMangos 2009-01-17 19:38:13 +03:00
parent 778d4f9741
commit 333395f90a
2 changed files with 2 additions and 2 deletions

View file

@ -566,7 +566,7 @@ uint32 GetAreaFlagByMapId(uint32 mapid)
uint32 GetVirtualMapForMapAndZone(uint32 mapid, uint32 zoneId)
{
if(mapid != 530 || mapid != 571) // speed for most cases
if(mapid != 530 && mapid != 571) // speed for most cases
return mapid;
if(WorldMapAreaEntry const* wma = sWorldMapAreaStore.LookupEntry(zoneId))