Skip to content

Commit

Permalink
Fixed wrong file loading order on classic and vanila.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Feb 4, 2024
1 parent dab6547 commit fa4fcbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Details_Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Details_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa4fcbf

Please sign in to comment.