[MC] Majodomo's Tank Teleport Missing
lucasvienna opened this issue ยท 1 comments
What steps will reproduce the problem?
- Fight Majordomo
- No bars for Teleport (20534) show up
What version of BigWigs are you using? (Stating 'latest' is not useful)
v12.1-classic
Do you have an error log of what happened?
No errors, no logs. Feature not implemented.
Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)
Teleport fires 20s after engaging Majordomo and then every 25-30 seconds again. I propose that a new Bar be added for that spell. I can submit a PR for this as well, so long as the feature is wanted/accepted.
self:Log("SPELL_CAST_SUCCESS", "Teleport", self:SpellName(20534))
function mod:Teleport(args)
self:Bar(20534, 25) -- 25-30
end
Something like this should be good! Of course, it's incomplete as is.