Skip to content

Commit

Permalink
Merge pull request #9 from z4t/master
Browse files Browse the repository at this point in the history
updating for p2 raids
  • Loading branch information
fs86 authored Jan 7, 2022
2 parents 32f694f + 06dd240 commit 621cc08
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LFGMM_TBC_PhaseHelper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TBC_PHASES = {

TBC_PHASE_RELEASE_DATES = {
[TBC_PHASES.PHASE_1] = LFGMM_TBC_PhaseHelper_Time({ month = 6, day = 1, year = 2021 }),
[TBC_PHASES.PHASE_2] = nil,
[TBC_PHASES.PHASE_2] = LFGMM_TBC_PhaseHelper_Time({ month = 9, day = 16, year = 2021 }),
[TBC_PHASES.PHASE_3] = nil,
[TBC_PHASES.PHASE_4] = nil,
[TBC_PHASES.PHASE_5] = nil,
Expand All @@ -38,4 +38,4 @@ function LFGMM_TBC_PhaseHelper_EnableFor(tbcPhase)

local diffInDays = LFGMM_TBC_PhaseHelper_Difftime(LFGMM_TBC_PhaseHelper_Time(), releaseDate) / (24 * 60 * 60);
return diffInDays < 0 and false or true;
end
end
50 changes: 50 additions & 0 deletions LFGMM_Variables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3360,6 +3360,56 @@ LFGMM_GLOBAL = {
MinLevel = 70,
MaxLevel = 70
},
{
Index = 75,
Name = "Serpentshrine Cavern",
Abbreviation = "SSC",
Category = LFGMM_KEYS.DUNGEON_CATEGORIES.TBC,
Enabled = LFGMM_TBC_PhaseHelper_EnableFor(TBC_PHASES.PHASE_2),
Identifiers = {
EN = {
"serpent[%W]*[s]?[h]?[r]?[i]?[n]?[e]?",
"ssc"
},
DE = {
"schlangen[%W]*schr[e]?[i]?[n]?",
"ssc"
},
FR = {},
ES = {},
RU = {},
},
Size = 25,
MinLevel = 70,
MaxLevel = 70
},
{
Index = 76,
Name = "Tempest Keep",
Abbreviation = "TK",
Category = LFGMM_KEYS.DUNGEON_CATEGORIES.TBC,
Enabled = LFGMM_TBC_PhaseHelper_EnableFor(TBC_PHASES.PHASE_2),
Identifiers = {
EN = {
"tempest[%W]*[k]?[e]?[e]?[p]?",
"TK",
"eye"
},
DE = {
"tempest[%W]*[k]?[e]?[e]?[p]?",
"TK",
"festung[%W]*[s]?[t]?[ü]?[r]?[m]?[e]?",
"auge"
},
FR = {},
ES = {},
RU = {},
},
Size = 25,
MinLevel = 70,
MaxLevel = 70
},

},
DUNGEONS_FALLBACK = {
{
Expand Down
2 changes: 1 addition & 1 deletion LFG_MatchMaker_TBC.toc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## Title: LFG Match Maker TBC
## Interface: 20501
## Version: 1.10.1
## Version: 1.10.2
## Author: L.I.R.
## Notes: TBC Version of LFG MatchMaker
## SavedVariablesPerCharacter: LFGMM_DB
Expand Down

0 comments on commit 621cc08

Please sign in to comment.