jaredbwasserman / drift

World of Warcraft addon that lets you move and scale frames.
MIT License
5 stars 1 forks source link

Minimap button errors #67

Open jaredbwasserman opened 2 months ago

jaredbwasserman commented 2 months ago

Copying information devwrk posted in https://github.com/jaredbwasserman/drift/issues/64


I kept getting an error for the minimap button. Might be a conflict with WarPlan and/or MasterPlan. I ended up commenting those lines from Drift.lua without any obvious side effects other than fix my error....

--  ["GarrisonLandingPageMinimapButton"] = {
--      DriftDisabledBy = "buttonsDisabled",
--  },
--  ["ExpansionLandingPageMinimapButton"] = {
--      DriftDisabledBy = "buttonsDisabled",
--  },
jaredbwasserman commented 2 months ago

I do not have minimap button errors with just Drift installed. So it may be a compatibility issue with WarPlan and/or MasterPlan as devwrk mentioned. I will need to investigate further when I have some time.