From fa4fcbffbabade2c2e11a6965e77cf3508f26c55 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sun, 4 Feb 2024 16:49:51 -0300 Subject: [PATCH] Fixed wrong file loading order on classic and vanila. --- Details_Classic.toc | 3 ++- Details_Wrath.toc | 3 ++- boot.lua | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Details_Classic.toc b/Details_Classic.toc index 45a6981a8..7f6891b46 100644 --- a/Details_Classic.toc +++ b/Details_Classic.toc @@ -54,9 +54,9 @@ functions\currentdps.lua functions\report.lua functions\rowanimation.lua functions\raidinfo.lua -functions\mythicdungeon\segments.lua functions\mythicdungeon\mythicdungeon.lua functions\mythicdungeon\data_capture.lua +functions\mythicdungeon\segments.lua functions\pack.lua functions\immersion.lua functions\schedules.lua @@ -95,6 +95,7 @@ frames\window_breakdown\breakdown_spells_targetframes.lua frames\window_breakdown\breakdown_spells_phaseframes.lua frames\window_mythicplus\window_mythic_breakdown.lua frames\window_mythicplus\window_end_of_run.lua +frames\window_mythicplus\window_chart.lua frames\window_report.lua frames\window_main.lua frames\window_custom.lua diff --git a/Details_Wrath.toc b/Details_Wrath.toc index dd75d7397..225778b2e 100644 --- a/Details_Wrath.toc +++ b/Details_Wrath.toc @@ -54,9 +54,9 @@ functions\currentdps.lua functions\report.lua functions\rowanimation.lua functions\raidinfo.lua -functions\mythicdungeon\segments.lua functions\mythicdungeon\mythicdungeon.lua functions\mythicdungeon\data_capture.lua +functions\mythicdungeon\segments.lua functions\pack.lua functions\immersion.lua functions\schedules.lua @@ -95,6 +95,7 @@ frames\window_breakdown\breakdown_spells_targetframes.lua frames\window_breakdown\breakdown_spells_phaseframes.lua frames\window_mythicplus\window_mythic_breakdown.lua frames\window_mythicplus\window_end_of_run.lua +frames\window_mythicplus\window_chart.lua frames\window_report.lua frames\window_main.lua frames\window_custom.lua diff --git a/boot.lua b/boot.lua index 5418b1b47..af1d57d6d 100644 --- a/boot.lua +++ b/boot.lua @@ -18,8 +18,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 12255 - Details.alpha_build_counter = 12255 --if this is higher than the regular counter, use it instead + Details.build_counter = 12256 + Details.alpha_build_counter = 12256 --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