Fixed wrong file loading order on classic and vanila.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user