Add files via upload
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user