diff --git a/AutoPotion.toc b/AutoPotion.toc index 24d04c6..9960bdf 100755 --- a/AutoPotion.toc +++ b/AutoPotion.toc @@ -2,7 +2,7 @@ ## Interface-Classic: 11504 ## Interface-WOTLKC: 30403 ## Interface-Cata: 40400 -## Version: 3.7.0 +## Version: 3.7.1 ## Title: Auto Potion ## Author: ollidiemaus ## Notes: Updates the Macro AutoPotion to use either Healthstone or the highest Potion found in Bags diff --git a/code.lua b/code.lua index 2e20eab..ac95ac0 100755 --- a/code.lua +++ b/code.lua @@ -200,8 +200,6 @@ local function checkMegaMacroAddon() return end - megaMacro.installed = true - -- is the addon loaded? if C_AddOns.IsAddOnLoaded(megaMacro.name) then megaMacro.loaded = true