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 |
- 1 comment
- 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
- Reply
- #1
profalbert Feb 13, 2011 at 23:34 UTC - 0 likesI had that lying around somewhere ;) In master now. So latest alpha should do it.