You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mappy/Extensions/MapMarkerInfoExtensions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ 4 when GetAetheryteForAethernet(marker.DataKey) is not null => () => System.Tele
36
36
},
37
37
SecondaryText=marker.DataTypeswitch{
38
38
1when!DrawHelpers.IsDisallowedIcon(marker.MapMarker.IconId)=>()=>$"Open Map {Service.DataManager.GetExcelSheet<Map>()!.GetRow(marker.DataKey)?.PlaceName.Value?.Name??"Unable to read target map name."}",
39
-
2=>()=>$"Instance Link?{marker.DataKey}",
39
+
2=>()=>$"Instance Link {marker.DataKey}",
40
40
3=>()=>$"Teleport to {Service.DataManager.GetExcelSheet<Aetheryte>()!.GetRow(marker.DataKey)?.PlaceName.Value?.Name??"Unable to read aetheryte name"}{GetAetheryteTeleportCost(marker.DataKey)}",
41
41
4whenGetAetheryteForAethernet(marker.DataKey)is not null=>()=>$"Teleport to {GetAetheryteForAethernet(marker.DataKey)?.PlaceName.Value?.Name??"Unable to read aetheryte name"}{GetAetheryteTeleportCost(GetAetheryteForAethernet(marker.DataKey)!.RowId)}",
0 commit comments