(chore): Purge TBC
(cherry picked from commit c1424e19f91a90b4f9eb0a0afc63c09ca269970a)
This commit is contained in:
+1
-11
@@ -16,9 +16,7 @@ local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false
|
||||
local isDBMRegistered = (DBM and type(DBM.Revision) == "number" and DBM.Revision >= 20250929200404) and true or false
|
||||
|
||||
local flavor
|
||||
if GetRealmName() == "Onyxia" or (GetRealmName() == "Blackrock [PvP only]" and GetExpansionLevel() == 1) then
|
||||
flavor = "TBC"
|
||||
elseif GetRealmName() == "Kezan" or GetRealmName() == "Menethil" or GetRealmName() == "Gurubashi" then
|
||||
if GetRealmName() == "Kezan" or GetRealmName() == "Menethil" or GetRealmName() == "Gurubashi" then
|
||||
flavor = "ClassicPlus"
|
||||
else
|
||||
flavor = "Wrath"
|
||||
@@ -45,18 +43,10 @@ function WeakAuras.IsWrath()
|
||||
return flavor == "Wrath"
|
||||
end
|
||||
|
||||
function WeakAuras.IsTBC()
|
||||
return flavor == "TBC"
|
||||
end
|
||||
|
||||
function WeakAuras.IsClassicPlus()
|
||||
return flavor == "ClassicPlus"
|
||||
end
|
||||
|
||||
function WeakAuras.IsClassicPlusOrTBC()
|
||||
return WeakAuras.IsClassicPlus() or WeakAuras.IsTBC()
|
||||
end
|
||||
|
||||
WeakAuras.prettyPrint = function(...)
|
||||
print("|cff9900ffWeakAuras:|r ", ...)
|
||||
end
|
||||
|
||||
@@ -191,67 +191,6 @@ if (locale == "enUS" or locale == "enGB") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Ragefire"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Chess Event"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Nightbane"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mother Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "deDE") then
|
||||
@@ -442,67 +381,6 @@ elseif (locale == "deDE") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Ragefire"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Chess Event"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Nightbane"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mother Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "esES") then
|
||||
@@ -692,67 +570,6 @@ elseif (locale == "esES") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Furia Ardiente"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Chess Event"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Nightbane"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mother Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "esMX") then
|
||||
@@ -942,67 +759,6 @@ elseif (locale == "esMX") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Furia Ardiente"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Chess Event"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Nightbane"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mother Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "frFR") then
|
||||
@@ -1193,67 +949,6 @@ elseif (locale == "frFR") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Ragefire"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Événement d'échecs"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Plaie-de-nuit"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Marcheur-des-flots"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mère Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Hurlorage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "itIT") then
|
||||
@@ -1448,67 +1143,6 @@ elseif (locale == "itIT") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Ragefire"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Chess Event"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Nightbane"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mother Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "koKR") then
|
||||
@@ -1698,67 +1332,6 @@ elseif (locale == "koKR") then
|
||||
L["General Zarithrian"] = "장군 자리스리안"
|
||||
L["Saviana Ragefire"] = "사비아나 레이지파이어"
|
||||
L["Halion"] = "할리온"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "카라잔"
|
||||
L["Attumen the Huntsman"] = "사냥꾼 어튜멘"
|
||||
L["Moroes"] = "모로스"
|
||||
L["Maiden of Virtue"] = "고결의 여신"
|
||||
L["Opera Hall"] = "오페라 극장"
|
||||
L["The Curator"] = "전시 관리인"
|
||||
L["Terestian Illhoof"] = "테레스티안 일후프"
|
||||
L["Shade of Aran"] = "아란의 망령"
|
||||
L["Netherspite"] = "황천의 원령"
|
||||
L["Chess Event"] = "체스 이벤트"
|
||||
L["Prince Malchezaar"] = "공작 말체자르"
|
||||
L["Nightbane"] = "파멸의 어둠"
|
||||
L["Gruul's Lair"] = "그룰의 둥지"
|
||||
L["High King Maulgar"] = "왕중왕 마울가르"
|
||||
L["Gruul the Dragonkiller"] = "용 학살자 그룰"
|
||||
L["Magtheridon's Lair"] = "마그테리돈의 둥지"
|
||||
L["Magtheridon"] = "마그테리돈"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "갈퀴송곳니: 불뱀 제단"
|
||||
L["Hydross the Unstable"] = "불안정한 히드로스"
|
||||
L["The Lurker Below"] = "심연의 잠복꾼"
|
||||
L["Leotheras the Blind"] = "눈먼 레오테라스"
|
||||
L["Fathom-Lord Karathress"] = "심연의 군주 카라드레스"
|
||||
L["Morogrim Tidewalker"] = "겅둥파도 모로그림"
|
||||
L["Lady Vashj"] = "여군주 바쉬"
|
||||
L["Tempest Keep"] = "폭풍우 요새"
|
||||
L["Al'ar"] = "알라르"
|
||||
L["Void Reaver"] = "공허의 절단기"
|
||||
L["High Astromancer Solarian"] = "고위 점성술사 솔라리안"
|
||||
L["Kael'thas Sunstrider"] = "캘타스 선스트라이더"
|
||||
L["The Battle for Mount Hyjal"] = "하이잘 산 전투"
|
||||
L["Rage Winterchill"] = "격노한 윈터칠"
|
||||
L["Anetheron"] = "아네테론"
|
||||
L["Kaz'rogal"] = "카즈로갈"
|
||||
L["Azgalor"] = "아즈갈로"
|
||||
L["Archimonde"] = "아키몬드"
|
||||
L["Black Temple"] = "검은 사원"
|
||||
L["High Warlord Naj'entus"] = "대장군 나젠투스"
|
||||
L["Supremus"] = "궁극의 심연"
|
||||
L["Shade of Akama"] = "아카마의 망령"
|
||||
L["Teron Gorefiend"] = "테론 고어핀드"
|
||||
L["Gurtogg Bloodboil"] = "구르토그 블러드보일"
|
||||
L["Reliquary of Souls"] = "영혼의 성물함"
|
||||
L["Mother Shahraz"] = "대모 샤라즈"
|
||||
L["The Illidari Council"] = "일리다리 의회"
|
||||
L["Illidan Stormrage"] = "일리단 스톰레이지"
|
||||
L["Zul'Aman"] = "줄아만"
|
||||
L["Akil'zon"] = "아킬존"
|
||||
L["Nalorakk"] = "날로라크"
|
||||
L["Jan'alai"] = "잔알라이"
|
||||
L["Halazzi"] = "할라지"
|
||||
L["Hex Lord Malacrass"] = "사술 군주 말라크라스"
|
||||
L["Daakara"] = "다카라"
|
||||
L["The Sunwell Plateau"] = "태양샘 고원"
|
||||
L["Kalecgos"] = "칼렉고스"
|
||||
L["Brutallus"] = "브루탈루스"
|
||||
L["Felmyst"] = "지옥안개"
|
||||
L["Eredar Twins"] = "에레다르 쌍둥이 자매"
|
||||
L["M'uru"] = "므우루"
|
||||
L["Kil'jaeden"] = "킬제덴"
|
||||
end
|
||||
|
||||
elseif (locale == "ptBR") then
|
||||
@@ -1951,67 +1524,6 @@ elseif (locale == "ptBR") then
|
||||
L["General Zarithrian"] = "General Zarithrian"
|
||||
L["Saviana Ragefire"] = "Saviana Ragefire"
|
||||
L["Halion"] = "Halion"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Karazhan"
|
||||
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||
L["Moroes"] = "Moroes"
|
||||
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||
L["Opera Hall"] = "Opera Hall"
|
||||
L["The Curator"] = "The Curator"
|
||||
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||
L["Shade of Aran"] = "Shade of Aran"
|
||||
L["Netherspite"] = "Netherspite"
|
||||
L["Chess Event"] = "Chess Event"
|
||||
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||
L["Nightbane"] = "Nightbane"
|
||||
L["Gruul's Lair"] = "Gruul's Lair"
|
||||
L["High King Maulgar"] = "High King Maulgar"
|
||||
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||
L["Magtheridon"] = "Magtheridon"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||
L["The Lurker Below"] = "The Lurker Below"
|
||||
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||
L["Lady Vashj"] = "Lady Vashj"
|
||||
L["Tempest Keep"] = "Tempest Keep"
|
||||
L["Al'ar"] = "Al'ar"
|
||||
L["Void Reaver"] = "Void Reaver"
|
||||
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||
L["Rage Winterchill"] = "Rage Winterchill"
|
||||
L["Anetheron"] = "Anetheron"
|
||||
L["Kaz'rogal"] = "Kaz'rogal"
|
||||
L["Azgalor"] = "Azgalor"
|
||||
L["Archimonde"] = "Archimonde"
|
||||
L["Black Temple"] = "Black Temple"
|
||||
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||
L["Supremus"] = "Supremus"
|
||||
L["Shade of Akama"] = "Shade of Akama"
|
||||
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||
L["Mother Shahraz"] = "Mother Shahraz"
|
||||
L["The Illidari Council"] = "The Illidari Council"
|
||||
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||
L["Zul'Aman"] = "Zul'Aman"
|
||||
L["Akil'zon"] = "Akil'zon"
|
||||
L["Nalorakk"] = "Nalorakk"
|
||||
L["Jan'alai"] = "Jan'alai"
|
||||
L["Halazzi"] = "Halazzi"
|
||||
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||
L["Daakara"] = "Daakara"
|
||||
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||
L["Kalecgos"] = "Kalecgos"
|
||||
L["Brutallus"] = "Brutallus"
|
||||
L["Felmyst"] = "Felmyst"
|
||||
L["Eredar Twins"] = "Eredar Twins"
|
||||
L["M'uru"] = "M'uru"
|
||||
L["Kil'jaeden"] = "Kil'jaeden"
|
||||
end
|
||||
|
||||
elseif (locale == "ruRU") then
|
||||
@@ -2201,67 +1713,6 @@ elseif (locale == "ruRU") then
|
||||
L["General Zarithrian"] = "Генерал Заритриан"
|
||||
L["Saviana Ragefire"] = "Савиана Огненная Пропасть"
|
||||
L["Halion"] = "Халион"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "Каражан"
|
||||
L["Attumen the Huntsman"] = "Ловчий Аттумен"
|
||||
L["Moroes"] = "Мороуз"
|
||||
L["Maiden of Virtue"] = "Благочестивая дева"
|
||||
L["Opera Hall"] = "Оперный зал"
|
||||
L["The Curator"] = "Смотритель"
|
||||
L["Terestian Illhoof"] = "Терестиан Больное Копыто"
|
||||
L["Shade of Aran"] = "Тень Арана"
|
||||
L["Netherspite"] = "Гнев Пустоты"
|
||||
L["Chess Event"] = "Шахматы"
|
||||
L["Prince Malchezaar"] = "Принц Малчезар"
|
||||
L["Nightbane"] = "Ночная Погибель"
|
||||
L["Gruul's Lair"] = "Логово Груула"
|
||||
L["High King Maulgar"] = "Король Молгар"
|
||||
L["Gruul the Dragonkiller"] = "Груул Драконобой"
|
||||
L["Magtheridon's Lair"] = "Логово Магтеридона"
|
||||
L["Magtheridon"] = "Магтеридон"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "Змеиное святилище"
|
||||
L["Hydross the Unstable"] = "Гидросс Нестабильный"
|
||||
L["The Lurker Below"] = "Скрытень из глубин"
|
||||
L["Leotheras the Blind"] = "Леотерас Слепец"
|
||||
L["Fathom-Lord Karathress"] = "Повелитель глубин Каратресс"
|
||||
L["Morogrim Tidewalker"] = "Морогрим Волноступ"
|
||||
L["Lady Vashj"] = "Леди Вайш"
|
||||
L["Tempest Keep"] = "Крепость Бурь"
|
||||
L["Al'ar"] = "Ал'ар"
|
||||
L["Void Reaver"] = "Страж Бездны"
|
||||
L["High Astromancer Solarian"] = "Верховный звездочет Солариан"
|
||||
L["Kael'thas Sunstrider"] = "Кель'тас Солнечный Скиталец"
|
||||
L["The Battle for Mount Hyjal"] = "Битва за гору Хиджал"
|
||||
L["Rage Winterchill"] = "Лютый Хлад"
|
||||
L["Anetheron"] = "Анетерон"
|
||||
L["Kaz'rogal"] = "Каз'рогал"
|
||||
L["Azgalor"] = "Азгалор"
|
||||
L["Archimonde"] = "Архимонд"
|
||||
L["Black Temple"] = "Черный храм"
|
||||
L["High Warlord Naj'entus"] = "Верховный полководец Надж'ентус"
|
||||
L["Supremus"] = "Супремус"
|
||||
L["Shade of Akama"] = "Тень Акамы"
|
||||
L["Teron Gorefiend"] = "Терон Кровожад"
|
||||
L["Gurtogg Bloodboil"] = "Гуртогг Кипящая Кровь"
|
||||
L["Reliquary of Souls"] = "Реликварий душ"
|
||||
L["Mother Shahraz"] = "Матушка Шахраз"
|
||||
L["The Illidari Council"] = "Совет иллидари"
|
||||
L["Illidan Stormrage"] = "Иллидан Ярость Бури"
|
||||
L["Zul'Aman"] = "Зул'Аман"
|
||||
L["Akil'zon"] = "Акил'зон"
|
||||
L["Nalorakk"] = "Налоракк"
|
||||
L["Jan'alai"] = "Джан'алай"
|
||||
L["Halazzi"] = "Халаззи"
|
||||
L["Hex Lord Malacrass"] = "Повелитель проклятий Малакрасс"
|
||||
L["Daakara"] = "Даакара"
|
||||
L["The Sunwell Plateau"] = "Плато Солнечного Колодца"
|
||||
L["Kalecgos"] = "Калесгос"
|
||||
L["Brutallus"] = "Бруталл"
|
||||
L["Felmyst"] = "Пророк Скверны"
|
||||
L["Eredar Twins"] = "Эредарские близнецы"
|
||||
L["M'uru"] = "М'ууру"
|
||||
L["Kil'jaeden"] = "Кил'джеден"
|
||||
end
|
||||
|
||||
elseif (locale == "zhCN") then
|
||||
@@ -2451,67 +1902,6 @@ elseif (locale == "zhCN") then
|
||||
L["General Zarithrian"] = "萨瑞瑟里安将军"
|
||||
L["Saviana Ragefire"] = "塞维娅娜·怒火"
|
||||
L["Halion"] = "海里昂"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "卡拉赞"
|
||||
L["Attumen the Huntsman"] = "猎手阿图门"
|
||||
L["Moroes"] = "莫罗斯"
|
||||
L["Maiden of Virtue"] = "贞节圣女"
|
||||
L["Opera Hall"] = "歌剧院"
|
||||
L["The Curator"] = "馆长"
|
||||
L["Terestian Illhoof"] = "特雷斯坦·邪蹄"
|
||||
L["Shade of Aran"] = "埃兰之影"
|
||||
L["Netherspite"] = "虚空幽龙"
|
||||
L["Chess Event"] = "国际象棋"
|
||||
L["Prince Malchezaar"] = "玛克扎尔王子"
|
||||
L["Nightbane"] = "夜之魇"
|
||||
L["Gruul's Lair"] = "格鲁尔的巢穴"
|
||||
L["High King Maulgar"] = "莫加尔大王"
|
||||
L["Gruul the Dragonkiller"] = "屠龙者格鲁尔"
|
||||
L["Magtheridon's Lair"] = "玛瑟里顿的巢穴"
|
||||
L["Magtheridon"] = "玛瑟里顿"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "盘牙湖泊:毒蛇神殿"
|
||||
L["Hydross the Unstable"] = "不稳定的海度斯"
|
||||
L["The Lurker Below"] = "鱼斯拉"
|
||||
L["Leotheras the Blind"] = "盲眼者莱欧瑟拉斯"
|
||||
L["Fathom-Lord Karathress"] = "深水领主卡拉瑟雷斯"
|
||||
L["Morogrim Tidewalker"] = "莫洛格里·踏潮者"
|
||||
L["Lady Vashj"] = "瓦丝琪"
|
||||
L["Tempest Keep"] = "风暴要塞"
|
||||
L["Al'ar"] = "奥"
|
||||
L["Void Reaver"] = "空灵机甲"
|
||||
L["High Astromancer Solarian"] = "大星术师索兰莉安"
|
||||
L["Kael'thas Sunstrider"] = "凯尔萨斯·逐日者"
|
||||
L["The Battle for Mount Hyjal"] = "海加尔山之战"
|
||||
L["Rage Winterchill"] = "雷基·冬寒"
|
||||
L["Anetheron"] = "安纳塞隆"
|
||||
L["Kaz'rogal"] = "卡兹洛加"
|
||||
L["Azgalor"] = "阿兹加洛"
|
||||
L["Archimonde"] = "阿克蒙德"
|
||||
L["Black Temple"] = "黑暗神殿"
|
||||
L["High Warlord Naj'entus"] = "高阶督军纳因图斯"
|
||||
L["Supremus"] = "苏普雷姆斯"
|
||||
L["Shade of Akama"] = "阿卡玛之影"
|
||||
L["Teron Gorefiend"] = "塔隆·血魔"
|
||||
L["Gurtogg Bloodboil"] = "古尔图格·血沸"
|
||||
L["Reliquary of Souls"] = "灵魂之匣"
|
||||
L["Mother Shahraz"] = "莎赫拉丝主母"
|
||||
L["The Illidari Council"] = "伊利达雷议会"
|
||||
L["Illidan Stormrage"] = "伊利丹·怒风"
|
||||
L["Zul'Aman"] = "祖阿曼"
|
||||
L["Akil'zon"] = "埃基尔松"
|
||||
L["Nalorakk"] = "纳洛拉克"
|
||||
L["Jan'alai"] = "加亚莱"
|
||||
L["Halazzi"] = "哈尔拉兹"
|
||||
L["Hex Lord Malacrass"] = "妖术领主玛拉卡斯"
|
||||
L["Daakara"] = "达卡拉"
|
||||
L["The Sunwell Plateau"] = "太阳之井"
|
||||
L["Kalecgos"] = "卡雷苟斯"
|
||||
L["Brutallus"] = "布鲁塔卢斯"
|
||||
L["Felmyst"] = "菲米丝"
|
||||
L["Eredar Twins"] = "艾瑞达双子"
|
||||
L["M'uru"] = "穆鲁"
|
||||
L["Kil'jaeden"] = "基尔加丹"
|
||||
end
|
||||
|
||||
elseif (locale == "zhTW") then
|
||||
@@ -2701,66 +2091,5 @@ elseif (locale == "zhTW") then
|
||||
L["General Zarithrian"] = "扎里斯利安將軍"
|
||||
L["Saviana Ragefire"] = "薩薇安娜‧怒焰"
|
||||
L["Halion"] = "海萊恩"
|
||||
|
||||
elseif WeakAuras.IsTBC() then
|
||||
L["Karazhan"] = "卡拉贊"
|
||||
L["Attumen the Huntsman"] = "獵人阿圖曼"
|
||||
L["Moroes"] = "摩洛"
|
||||
L["Maiden of Virtue"] = "貞潔聖女"
|
||||
L["Opera Hall"] = "歌劇院"
|
||||
L["The Curator"] = "館長"
|
||||
L["Terestian Illhoof"] = "泰瑞斯提安·疫蹄"
|
||||
L["Shade of Aran"] = "艾蘭之影"
|
||||
L["Netherspite"] = "尼德斯"
|
||||
L["Chess Event"] = "西洋棋事件"
|
||||
L["Prince Malchezaar"] = "莫克札王子"
|
||||
L["Nightbane"] = "夜禍"
|
||||
L["Gruul's Lair"] = "格魯爾的巢穴"
|
||||
L["High King Maulgar"] = "大君王莫卡爾"
|
||||
L["Gruul the Dragonkiller"] = "弒龍者戈魯爾"
|
||||
L["Magtheridon's Lair"] = "瑪瑟里頓的巢穴"
|
||||
L["Magtheridon"] = "瑪瑟里頓"
|
||||
L["Coilfang: Serpentshrine Cavern"] = "盤牙: 毒蛇神殿洞穴"
|
||||
L["Hydross the Unstable"] = "不穩定者海卓司"
|
||||
L["The Lurker Below"] = "海底潛伏者"
|
||||
L["Leotheras the Blind"] = "『盲目者』李奧薩拉斯"
|
||||
L["Fathom-Lord Karathress"] = "深淵之王卡拉薩瑞斯"
|
||||
L["Morogrim Tidewalker"] = "莫洛葛利姆·潮行者"
|
||||
L["Lady Vashj"] = "瓦許女士"
|
||||
L["Tempest Keep"] = "風暴要塞"
|
||||
L["Al'ar"] = "歐爾"
|
||||
L["Void Reaver"] = "虛無劫奪者"
|
||||
L["High Astromancer Solarian"] = "高階星術師索拉瑞恩"
|
||||
L["Kael'thas Sunstrider"] = "凱爾薩斯·逐日者"
|
||||
L["The Battle for Mount Hyjal"] = "海加爾山之戰"
|
||||
L["Rage Winterchill"] = "瑞齊·凜冬"
|
||||
L["Anetheron"] = "安納塞隆"
|
||||
L["Kaz'rogal"] = "卡茲洛加"
|
||||
L["Azgalor"] = "亞茲加洛"
|
||||
L["Archimonde"] = "阿克蒙德"
|
||||
L["Black Temple"] = "黑暗神廟"
|
||||
L["High Warlord Naj'entus"] = "高階督軍納珍塔斯"
|
||||
L["Supremus"] = "瑟普莫斯"
|
||||
L["Shade of Akama"] = "阿卡瑪之影"
|
||||
L["Teron Gorefiend"] = "泰朗血魔"
|
||||
L["Gurtogg Bloodboil"] = "葛塔格·血沸"
|
||||
L["Reliquary of Souls"] = "靈魂之匣"
|
||||
L["Mother Shahraz"] = "薩拉茲女士"
|
||||
L["The Illidari Council"] = "伊利達瑞議會"
|
||||
L["Illidan Stormrage"] = "伊利丹·怒風"
|
||||
L["Zul'Aman"] = "祖阿曼"
|
||||
L["Akil'zon"] = "阿奇爾森"
|
||||
L["Nalorakk"] = "納羅拉克"
|
||||
L["Jan'alai"] = "賈納雷"
|
||||
L["Halazzi"] = "哈拉齊"
|
||||
L["Hex Lord Malacrass"] = "妖術領主瑪拉克雷斯"
|
||||
L["Daakara"] = "達卡拉"
|
||||
L["The Sunwell Plateau"] = "太陽之井高地"
|
||||
L["Kalecgos"] = "卡雷苟斯"
|
||||
L["Brutallus"] = "布魯托魯斯"
|
||||
L["Felmyst"] = "魔龍謎霧"
|
||||
L["Eredar Twins"] = "埃雷達爾雙子"
|
||||
L["M'uru"] = "莫魯"
|
||||
L["Kil'jaeden"] = "基爾加丹"
|
||||
end
|
||||
end
|
||||
|
||||
+1
-1
@@ -1187,7 +1187,7 @@ WeakAuras.class_types = {}
|
||||
for i, class in ipairs(CLASS_SORT_ORDER) do
|
||||
WeakAuras.class_types[class] = WrapTextInColorCode(LOCALIZED_CLASS_NAMES_MALE[class], WA_GetClassColor(class))
|
||||
end
|
||||
if WeakAuras.IsClassicPlusOrTBC() then
|
||||
if WeakAuras.IsClassicPlus() then
|
||||
WeakAuras.class_types["DEATHKNIGHT"] = nil
|
||||
end
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user