Add files via upload

This commit is contained in:
totalllyswede
2025-11-23 00:20:42 -08:00
committed by GitHub
parent ad2b1a0091
commit 45a287e7cc
+4
View File
@@ -1,3 +1,5 @@
local MM_Initialized = false
-- --
-- Global variable for storage of settings/options -- Global variable for storage of settings/options
-- --
@@ -16,6 +18,8 @@ function class_OnLoad()
end end
function MM_Initialize() function MM_Initialize()
if MM_Initialized then return end
MM_Initialized = true
MM_fac = UnitFactionGroup('player'); MM_fac = UnitFactionGroup('player');
M_class = UnitClass("player"); M_class = UnitClass("player");
if (M_class == "Mage") then if (M_class == "Mage") then