Fixes for Kel'Thuzad and Painsmith encounters

This commit is contained in:
Tercio Jose
2021-07-10 22:10:37 -03:00
parent 6f6d796134
commit caf27f4ff0
9 changed files with 356 additions and 65 deletions
+12 -10
View File
@@ -1,7 +1,6 @@
local dversion = 260
local dversion = 261
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
@@ -3798,15 +3797,18 @@ function DF:AddRoleIconToText(text, role, size)
return text
end
-- TODO: maybe make this auto-generaded some day?...
DF.CLEncounterID = {
{ID = 2144, Name = "Taloc"},
{ID = 2141, Name = "MOTHER"},
{ID = 2128, Name = "Fetid Devourer"},
{ID = 2136, Name = "Zek'voz"},
{ID = 2134, Name = "Vectis"},
{ID = 2145, Name = "Zul"},
{ID = 2135, Name = "Mythrax the Unraveler"},
{ID = 2122, Name = "G'huun"},
{ID = 2423, Name = "The Tarragrue"},
{ID = 2433, Name = "The Eye of the Jailer"},
{ID = 2429, Name = "The Nine"},
{ID = 2432, Name = "Remnant of Ner'zhul"},
{ID = 2434, Name = "Soulrender Dormazain"},
{ID = 2430, Name = "Painsmith Raznal"},
{ID = 2436, Name = "Guardian of the First Ones"},
{ID = 2431, Name = "Fatescribe Roh-Kalo"},
{ID = 2422, Name = "Kel'Thuzad"},
{ID = 2435, Name = "Sylvanas Windrunner"},
}
function DF:GetPlayerRole()