diff --git a/boot.lua b/boot.lua index bd413b446..f46a9340c 100644 --- a/boot.lua +++ b/boot.lua @@ -15,8 +15,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 10989 - Details.alpha_build_counter = 10989 --if this is higher than the regular counter, use it instead + Details.build_counter = 10990 + Details.alpha_build_counter = 10990 --if this is higher than the regular counter, use it instead Details.dont_open_news = true Details.game_version = version Details.userversion = version .. " " .. Details.build_counter @@ -40,11 +40,7 @@ Details = Details - local gameVersionPrefix = "Unknown Game Version - You're probably using a Details! not compatible with this version of the Game" - --these are the game versions currently compatible with this Details! versions - if (DetailsFramework.IsWotLKWow() or DetailsFramework.IsShadowlandsWow() or DetailsFramework.IsDragonflight()) then - gameVersionPrefix = "WD" - end + local gameVersionPrefix = "VWD" --vanilla, wrath, dragonflight Details.gameVersionPrefix = gameVersionPrefix diff --git a/classes/class_damage.lua b/classes/class_damage.lua index b64569d0d..4c38dc879 100644 --- a/classes/class_damage.lua +++ b/classes/class_damage.lua @@ -4643,7 +4643,7 @@ function atributo_damage:MontaInfoDamageDone() --I guess this fills the list of ---@type spelltableadv local bkSpellData = breakdownSpellDataList[i] Details.SpellTableMixin.SumSpellTables(bkSpellData.spellTables, bkSpellData) - Details:Destroy(bkSpellData, "spellTables") + --Details:Destroy(bkSpellData, "spellTables") --temporary fix for BuildSpellTargetFromBreakdownSpellData, that function need to use bkSpellData.nestedData end breakdownSpellDataList.totalValue = actorTotal diff --git a/classes/class_heal.lua b/classes/class_heal.lua index 9bc828f8e..2f93b84dc 100644 --- a/classes/class_heal.lua +++ b/classes/class_heal.lua @@ -1983,7 +1983,7 @@ function atributo_heal:MontaInfoHealingDone() ---@type spelltableadv local bkSpellData = actorSpellsSorted[i] Details.SpellTableMixin.SumSpellTables(bkSpellData.spellTables, bkSpellData) - Details:Destroy(bkSpellData, "spellTables") + --Details:Destroy(bkSpellData, "spellTables") end --table.sort(actorSpellsSorted, Details.Sort2)