mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Merge pull request #358 from daemitus/patch-2
This commit is contained in:
commit
2130faf0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ namespace Dalamud.Game.Text.SeStringHandling
|
||||||
var map = mapSheet.GetRows().FirstOrDefault(row => row.PlaceName.Row == place.RowId);
|
var map = mapSheet.GetRows().FirstOrDefault(row => row.PlaceName.Row == place.RowId);
|
||||||
if (map != null)
|
if (map != null)
|
||||||
{
|
{
|
||||||
return CreateMapLink(map.TerritoryType.Row, (uint)map.RowId, xCoord, yCoord);
|
return CreateMapLink(map.TerritoryType.Row, (uint)map.RowId, xCoord, yCoord, fudgeFactor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue