From e01fbc60d7b54b71a6a8344647302ead4c6ba42d Mon Sep 17 00:00:00 2001 From: Oliver Maus Date: Thu, 24 Oct 2024 17:40:15 +0200 Subject: [PATCH] fix wrong condition if megamacro is not installed --- AutoPotion.toc | 2 +- code.lua | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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