219 - LFR Difficulty Check
What is the enhancement in mind? How should it look and feel?
Add a simple check for LFR difficulty. Not a really major thing, but it's helpful for people who may want to write their own encounters so I thought I'd suggest it.
Please provide any additional information below.
Here's the code I added to check for LFR.
Core:
function addon:CheckLFR()
if IsPartyLFG() and IsInLFGDungeon() then return true end
end
Invoker:
lfr = function() return addon:CheckLFR() end,
| User | When | Change |
|---|---|---|
| xelyu | Dec 08, 2011 at 19:53 UTC | Create |
Facts
- Reported
- Dec 08, 2011
- Status
- New - Issue has not had initial review yet.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0