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"