add another epoch realm pt2
This commit is contained in:
parent
32cab1aa27
commit
9fadfef883
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue