BigBrother_Ready

7 - Pre-Cataclysm-Flask reporting

What is the enhancement in mind? How should it look and feel?

Not only report "missing flask" but also old (pre-cataclysm) flasks with a special warning.

Please provide any additional information below.

local oldFlasks = {
    53760, 54212, 53758, 53755, 62380, 53752
}

...

local function checkForMissingFlask(unit)
    local oldFlask = checkForAnyBuff(unit, oldFlasks)
    if oldFlask then
        return L["Pre-Cataclysm-Flask"]
    end
....

User When Change
smb Jan 30, 2011 at 15:25 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of profalbert profalbert Feb 13, 2011 at 23:34 UTC - 0 likes

    I had that lying around somewhere ;) In master now. So latest alpha should do it.

  • 1 comment

Facts

Reported
Jan 30, 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

Reported by

Possible assignees