Mercurial > wow > whistle-master
changeset 28:4bbd39b7df53
Updated WhistleMaster to work in the Broken Shore.
author | Vynn <mischivin@gmail.com> |
---|---|
date | Thu, 30 Mar 2017 22:48:44 -0400 |
parents | 985f844dd67b |
children | a5da45da16c7 |
files | WhistleMaster.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/WhistleMaster.lua Thu Mar 30 20:08:24 2017 -0400 +++ b/WhistleMaster.lua Thu Mar 30 22:48:44 2017 -0400 @@ -5,7 +5,7 @@ --indexes corrispond to map IDs that contain valid flight points for the Flight Masters Whistle --Doesn't work in 1021 (Broken Shore) -WM_validIDs = { [1014] = true, [1015] = true, [1017] = true, [1018] = true, [1021] = false, [1024] = true, [1033] = true, [1096] = true } +WM_validIDs = { [1014] = true, [1015] = true, [1017] = true, [1018] = true, [1021] = true, [1024] = true, [1033] = true, [1096] = true } local WhistleLoc = CreateFrame("FRAME", "WhistleLOC", WorldMapPOIFrame) WhistleLoc:SetSize(64, 64)