@@ -17,6 +17,7 @@ local UnitPosition = UnitPosition
1717-- ----------------------------------------------------------------------------
1818local AtlasLoot = _G .AtlasLoot
1919local AL = AtlasLoot .Locales
20+ local ALIL = AtlasLoot .IngameLocales
2021
2122local LibStub = _G .LibStub
2223
@@ -218,20 +219,23 @@ end
218219-- Difficultys
219220-- ##############################
220221AtlasLoot .DIFFICULTY = {
221- [175 ] = { id = 175 , short = " rf" , loc = AL [" Raid Finder" ], sourceLoc = AL [" RF" ], key = " RAIDFINDER" },
222- [1 ] = { id = 1 , short = " n" , loc = AL [" Normal" ], sourceLoc = AL [" N" ], key = " NORMAL" },
223- [2 ] = { id = 2 , short = " h" , loc = AL [" Heroic" ], sourceLoc = AL [" H" ], key = " HEROIC" },
224- [3 ] = { id = 3 , short = " r10" , loc = AL [" 10 Raid" ], sourceLoc = " 10" , key = " 10RAID" },
225- [4 ] = { id = 4 , short = " r25" , loc = AL [" 25 Raid" ], sourceLoc = " 25" , key = " 25RAID" },
226- [5 ] = { id = 5 , short = " r10h" , loc = AL [" 10 Raid Heroic" ], sourceLoc = AL [" 10H" ], key = " 10RAIDH" },
227- [6 ] = { id = 6 , short = " r25h" , loc = AL [" 25 Raid Heroic" ], sourceLoc = AL [" 25H" ], key = " 25RAIDH" },
228- [9 ] = { id = 7 , short = " r40" , loc = AL [" 40 Raid" ], sourceLoc = nil , key = " 40RAID" },
229- [148 ] = { id = 148 , short = " r20" , loc = AL [" 20 Raid" ], sourceLoc = nil , key = " 20RAID" },
230- [173 ] = { id = 173 , short = " n" , loc = AL [" Normal" ], sourceLoc = AL [" N" ], key = " NORMAL2" },
231- [174 ] = { id = 174 , short = " h" , loc = AL [" Heroic" ], sourceLoc = AL [" H" ], key = " HEROIC2" },
232- [176 ] = { id = 176 , short = " r25" , loc = AL [" 25 Raid" ], sourceLoc = " 25" , key = " 25RAID2" },
233- [193 ] = { id = 193 , short = " r10h" , loc = AL [" 10 Raid Heroic" ], sourceLoc = AL [" 10H" ], key = " 10RAIDH2" },
234- [194 ] = { id = 194 , short = " r25h" , loc = AL [" 25 Raid Heroic" ], sourceLoc = AL [" 25H" ], key = " 25RAIDH2" },
222+ [1 ] = { id = 1 , short = " n" , loc = ALIL [" Normal" ], sourceLoc = AL [" N" ], key = " NORMAL" },
223+ [2 ] = { id = 2 , short = " h" , loc = ALIL [" Heroic" ], sourceLoc = AL [" H" ], key = " HEROIC" },
224+ [3 ] = { id = 3 , short = " r10" , loc = ALIL [" 10 Raid" ], sourceLoc = " 10" , key = " 10RAID" },
225+ [4 ] = { id = 4 , short = " r25" , loc = ALIL [" 25 Raid" ], sourceLoc = " 25" , key = " 25RAID" },
226+ [5 ] = { id = 5 , short = " r10h" , loc = ALIL [" 10 Raid Heroic" ], sourceLoc = AL [" 10H" ], key = " 10RAIDH" },
227+ [6 ] = { id = 6 , short = " r25h" , loc = ALIL [" 25 Raid Heroic" ], sourceLoc = AL [" 25H" ], key = " 25RAIDH" },
228+ [8 ] = { id = 8 , short = " ch" , loc = ALIL [" Challenge Mode" ], sourceLoc = AL [" CM" ], key = " CHALLENGE" },
229+ [9 ] = { id = 9 , short = " r40" , loc = ALIL [" 40 Raid" ], sourceLoc = nil , key = " 40RAID" },
230+ [11 ] = { id = 12 , short = " scn" , loc = ALIL [" Normal Scenario" ], sourceLoc = AL [" SC" ], key = " SCENARIO" },
231+ [14 ] = { id = 14 , short = " flex" , loc = ALIL [" Flexible" ], sourceLoc = AL [" F" ], key = " FLEXIBLE" },
232+ [148 ] = { id = 148 , short = " r20" , loc = ALIL [" 20 Raid" ], sourceLoc = nil , key = " 20RAID" },
233+ [173 ] = { id = 173 , short = " n" , loc = ALIL [" Normal" ], sourceLoc = AL [" N" ], key = " NORMAL2" },
234+ [174 ] = { id = 174 , short = " h" , loc = ALIL [" Heroic" ], sourceLoc = AL [" H" ], key = " HEROIC2" },
235+ [176 ] = { id = 176 , short = " r25" , loc = ALIL [" 25 Raid" ], sourceLoc = " 25" , key = " 25RAID2" },
236+ [193 ] = { id = 193 , short = " r10h" , loc = ALIL [" 10 Raid Heroic" ], sourceLoc = AL [" 10H" ], key = " 10RAIDH2" },
237+ [194 ] = { id = 194 , short = " r25h" , loc = ALIL [" 25 Raid Heroic" ], sourceLoc = AL [" 25H" ], key = " 25RAIDH2" },
238+ [237 ] = { id = 237 , short = " c" , loc = ALIL [" Celestial" ], sourceLoc = AL [" C" ], key = " CELESTIAL" },
235239}
236240
237241for k ,v in pairs (AtlasLoot .DIFFICULTY ) do
0 commit comments