add another epog realm to ClassicPlus flavor
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit and tru
|
|||||||
local flavor
|
local flavor
|
||||||
if GetRealmName() == "Onyxia" or (GetRealmName() == "Blackrock [PvP only]" and GetExpansionLevel() == 1) then
|
if GetRealmName() == "Onyxia" or (GetRealmName() == "Blackrock [PvP only]" and GetExpansionLevel() == 1) then
|
||||||
flavor = "TBC"
|
flavor = "TBC"
|
||||||
elseif GetRealmName() == "Kezan" then
|
elseif GetRealmName() == "Kezan" or GetRealmName() == "Gurubashi" then
|
||||||
flavor = "ClassicPlus"
|
flavor = "ClassicPlus"
|
||||||
else
|
else
|
||||||
flavor = "Wrath"
|
flavor = "Wrath"
|
||||||
|
|||||||
Reference in New Issue
Block a user