From 9fadfef883549c44aea31f5116b7da62cefc5ef9 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Tue, 19 Aug 2025 00:11:40 +0200 Subject: [PATCH] add another epoch realm pt2 --- WeakAuras/Init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Init.lua b/WeakAuras/Init.lua index 3025293..8b210b8 100644 --- a/WeakAuras/Init.lua +++ b/WeakAuras/Init.lua @@ -17,7 +17,7 @@ local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit and tru local flavor if GetRealmName() == "Onyxia" or (GetRealmName() == "Blackrock [PvP only]" and GetExpansionLevel() == 1) then flavor = "TBC" -elseif GetRealmName() == "Kezan" or GetRealmName() == "Gurubashi" then +elseif GetRealmName() == "Kezan" or GetRealmName() == "Menethil" or GetRealmName() == "Gurubashi" then flavor = "ClassicPlus" else flavor = "Wrath"