Skip to content

Commit

Permalink
Merge pull request #3 from Ravendwyr/master
Browse files Browse the repository at this point in the history
Burdens and Waypoints
  • Loading branch information
kemayo authored Dec 23, 2020
2 parents 89519c3 + f187ab8 commit af8e226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ local points = {
[42261747] = {6754, 3}, -- The Dark Heart of the Mogu, Spirit Binders
[37303012] = {7230, 2}, -- Legend of the Brewfathers, Xin Wo Yin the Broken Hearted
[66018756] = {6846, 1}, -- Fish Tails, Watersmithing
[55885685] = {6855, 2}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 3
[55885685] = {6855, 3}, -- The Seven Burdens of Shaohao, The Emperor's Burden - Part 3
},
[504] = { -- Isle of the Thunder King
[35107010] = {8049, 1}, -- Zandalari Prophecy, Coming of Age
Expand Down Expand Up @@ -231,6 +231,7 @@ do

function HLHandler:OnClick(button, down, uiMapId, coord)
if button == "RightButton" and not down then
currentZone = uiMapId
currentCoord = coord
ToggleDropDownMenu(1, nil, HL_Dropdown, self, 0, 0)
end
Expand Down

0 comments on commit af8e226

Please sign in to comment.