Add files via upload

This commit is contained in:
totalllyswede
2025-11-20 20:31:18 -08:00
committed by GitHub
parent a762f01a0f
commit 8f695478f5
+10
View File
@@ -191,6 +191,15 @@ function MM_DropDown_ForTheAlliance()
info.func = function(msg) CastSpellByName(MINIMAGE_LABEL_PORTAL..appender..MINIMAGE_LABEL_ALLIANCE2); end;
UIDropDownMenu_AddButton(info);
-- Custom Portal: Alah'Thalas
local info = { }
info.text = "Alah'Thalas"
info.func = function(msg)
CastSpellByName("Portal: Alah'Thalas")
end
UIDropDownMenu_AddButton(info)
info = { };
info.text = MINIMAGE_LABEL_TELEPORT;
info.isTitle = 1;
@@ -221,4 +230,5 @@ end;
UIDropDownMenu_AddButton(info);
end