Skip to content

Commit

Permalink
Plugins/Statistics: Extra SoD ID
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 26, 2024
1 parent 377e7bb commit b2ed998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plugins/Statistics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ local difficultyTable = {
[215] = "SOD", -- Normal (20 player Sunken Temple - Classic Season of Discovery)
[220] = "story", -- Story
[226] = "SOD", -- 20 Player (Molten Core - Classic Season of Discovery)
[231] = "SOD", -- XXX verify BWL
}
local SPELL_DURATION_SEC = SPELL_DURATION_SEC -- "%.2f sec"
local GetTime, date = GetTime, BigWigsLoader.date
Expand Down Expand Up @@ -113,7 +114,7 @@ local dontPrint = { -- Don't print a warning message for these difficulties
193. 10 Player (Heroic)
194. 25 Player (Heroic)
1.15.3
1.15.4
1. Normal
9. 40 Player
148. 20 Player
Expand All @@ -131,6 +132,7 @@ local dontPrint = { -- Don't print a warning message for these difficulties
214. DNT - Internal only
215. Normal
226. 20 Player
231. Normal
/run for i=1, 1000 do local n = GetDifficultyInfo(i) if n then print(i..".", n) end end
]]--
Expand Down

0 comments on commit b2ed998

Please sign in to comment.