Skip to content

Commit

Permalink
Add difficulty mapping for Pandaria Remix (fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbs committed Jun 28, 2024
1 parent d43a42e commit 0307b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ C.DIFFICULTY_MAP = {
[193] = C.HEROIC, -- Ulduar10Heroic
[194] = C.HEROIC, -- Ulduar25Heroic
}
setmetatable(C.DIFFICULTY, { __index = function() return 0 end })
setmetatable(C.DIFFICULTY_MAP, { __index = function() return 0 end })

-- corresponds to the third parameter of C_LFGList.GetActivityInfoTable().categoryID
C.CATEGORY_ID = {
Expand Down

0 comments on commit 0307b49

Please sign in to comment.