Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burdens and Waypoints #3

Merged
merged 2 commits into from
Dec 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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