Returns a Map by ID.
map = GetMapById( mapId )
map = GetMapById( mapId, instanceId )
number mapId
See Map.dbc.
Valid numbers: integers from 0 to 4,294,967,295.
number instanceId (0)
Required if the map is an instance, otherwise don't pass anything.
Map map
The Map, or nil if it doesn't exist.
nil