Skip to content

Commit b685860

Browse files
committed
toc and phase bump
1 parent 97ae6a5 commit b685860

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

AtlasLootClassic/AtlasLootClassic.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## SavedVariables: AtlasLootClassicDB

AtlasLootClassic/Data/ContentPhase.lua

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ local AL = AtlasLoot.Locales
77
local IMAGE_PATH = ALPrivate.IMAGE_PATH
88
local ACTIVE_PHASE_LIST = {
99
[0] = 99, -- dummy
10-
[AtlasLoot.CLASSIC_VERSION_NUM] = 6, -- classic
11-
[AtlasLoot.BC_VERSION_NUM] = 5, -- bc
12-
[AtlasLoot.WRATH_VERSION_NUM] = 5, -- wrath
13-
[AtlasLoot.CATA_VERSION_NUM] = 3, -- cata
10+
--[AtlasLoot.CLASSIC_VERSION_NUM] = 6, -- classic
11+
--[AtlasLoot.BC_VERSION_NUM] = 5, -- bc
12+
--[AtlasLoot.WRATH_VERSION_NUM] = 5, -- wrath
13+
[AtlasLoot.CATA_VERSION_NUM] = 4, -- cata
1414
}
1515
local ACTIVE_PHASE = ACTIVE_PHASE_LIST[AtlasLoot:GetGameVersion()] or ACTIVE_PHASE_LIST[1]
1616

@@ -19,6 +19,7 @@ local PHASE_ITEMS = {}
1919

2020
if AtlasLoot:GameVersion_EQ(AtlasLoot.CATA_VERSION_NUM) then
2121
PHASE_ITEMS = {
22+
--[[ Comment out, no need to load these going into MoP+
2223
[78782] = 4,[78831] = 4,[78754] = 4,[78765] = 4,[78802] = 4,
2324
[76976] = 4,[76978] = 4,[76974] = 4,[76975] = 4,[76977] = 4,
2425
[78687] = 4,[78736] = 4,[78659] = 4,[78670] = 4,[78707] = 4,
@@ -558,6 +559,7 @@ if AtlasLoot:GameVersion_EQ(AtlasLoot.CATA_VERSION_NUM) then
558559
[71914] = 4,
559560
[71924] = 4,
560561
[71892] = 4,
562+
--]]
561563
}
562564
end
563565

AtlasLootClassic_Collections/AtlasLootClassic_Collections.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Crafting/AtlasLootClassic_Crafting.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Data/AtlasLootClassic_Data.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_DungeonsAndRaids/AtlasLootClassic_DungeonsAndRaids.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Factions/AtlasLootClassic_Factions.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Options/AtlasLootClassic_Options.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_PvP/AtlasLootClassic_PvP.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 40401
1+
## Interface: 40402
22
## Author: Snowflame0
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

0 commit comments

Comments
 (0)