# HG changeset patch # User Vynn # Date 1490928524 14400 # Node ID 4bbd39b7df5310206029d960c3db341c661cc27b # Parent 985f844dd67b15ff2cfbbbd02e4eba97256b12fc Updated WhistleMaster to work in the Broken Shore. diff -r 985f844dd67b -r 4bbd39b7df53 WhistleMaster.lua --- 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)