Uncomment some code which should not have been removed
This commit is contained in:
parent
6cb19ad0a8
commit
fcfa6bf14c
@ -299,11 +299,11 @@ bool GlobalTransport::Initialize(uint32 entry, uint32 period, std::string const&
|
|||||||
|
|
||||||
// no global transports in dungeons
|
// no global transports in dungeons
|
||||||
const MapEntry* pMapInfo = sMapStore.LookupEntry(mapid);
|
const MapEntry* pMapInfo = sMapStore.LookupEntry(mapid);
|
||||||
/* if (!pMapInfo || pMapInfo->Instanceable())
|
if (!pMapInfo || pMapInfo->Instanceable())
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
Map* m = sMapMgr.CreateMap(mapid, this);
|
Map* m = sMapMgr.CreateMap(mapid, this);
|
||||||
if (m == NULL)
|
if (m == NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user