Merge pull request #358 from daemitus/patch-2

This commit is contained in:
goaaats 2021-05-21 01:24:17 +02:00 committed by GitHub
commit 2130faf0ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ namespace Dalamud.Game.Text.SeStringHandling
var map = mapSheet.GetRows().FirstOrDefault(row => row.PlaceName.Row == place.RowId);
if (map != null)
{
return CreateMapLink(map.TerritoryType.Row, (uint)map.RowId, xCoord, yCoord);
return CreateMapLink(map.TerritoryType.Row, (uint)map.RowId, xCoord, yCoord, fudgeFactor);
}
}