From a07e57ec0b8d1e514403b6c62fc3bb6903be5313 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Sat, 9 Aug 2025 06:17:58 +0200 Subject: [PATCH] add another epog realm to ClassicPlus flavor --- WeakAuras/Init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Init.lua b/WeakAuras/Init.lua index 0af3ffa..c8d4c3d 100644 --- a/WeakAuras/Init.lua +++ b/WeakAuras/Init.lua @@ -16,7 +16,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" then +elseif GetRealmName() == "Kezan" or GetRealmName() == "Gurubashi" then flavor = "ClassicPlus" else flavor = "Wrath"