Skip to content

Commit

Permalink
Merge pull request #588 from WowRarity/tomtom-waypoint-source
Browse files Browse the repository at this point in the history
Set Rarity as the source for created TomTom waypoints
  • Loading branch information
rdw-software authored Aug 3, 2023
2 parents b9db5c0 + 311d083 commit cdfc5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/GUI/MainWindow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ local function onClickItem(cell, item)
coord.m,
coord.x / 100.0,
coord.y / 100.0,
{ title = "Rarity" .. ": " .. item.name .. extraName }
{ title = item.name .. extraName, from = "Rarity" }
)
added = added + 1
end
Expand Down

0 comments on commit cdfc5cd

Please sign in to comment.