Uncomment some code which should not have been removed

This commit is contained in:
Antz 2020-12-19 22:01:10 +00:00
parent 6cb19ad0a8
commit fcfa6bf14c
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F

View File

@ -299,11 +299,11 @@ bool GlobalTransport::Initialize(uint32 entry, uint32 period, std::string const&
// no global transports in dungeons
const MapEntry* pMapInfo = sMapStore.LookupEntry(mapid);
/* if (!pMapInfo || pMapInfo->Instanceable())
if (!pMapInfo || pMapInfo->Instanceable())
{
return false;
}
*/
Map* m = sMapMgr.CreateMap(mapid, this);
if (m == NULL)
{