5.19.10
This commit is contained in:
@@ -3,9 +3,8 @@ local AddonName = ...
|
||||
local Private = select(2, ...)
|
||||
|
||||
-- Talent Data for the Warmane TBC Realms "Onyxia" and "Blackrock TBC"
|
||||
if GetRealmName() ~= "Onyxia" and
|
||||
not (GetRealmName() == "Blackrock [PvP only]" and GetExpansionLevel() == 1) then
|
||||
return
|
||||
if not WeakAuras.IsTBC() then
|
||||
return
|
||||
end
|
||||
|
||||
Private.talentInfo = {
|
||||
|
||||
Reference in New Issue
Block a user