add another epog realm to ClassicPlus flavor

This commit is contained in:
NoM0Re
2025-08-09 06:17:58 +02:00
parent 727747ad1d
commit a07e57ec0b
+1 -1
View File
@@ -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"