Custom Flag Bouquet Validator Not Working
VuhDo v3.149, Wrath Classic)
I've set up a custom flag with one of the following conditions:
return (VUHDO_unitInfo["debuff"] > 0)
return (VUHDO_unitInfo["debuffName"] == "Improved Scorch") <-- This particular spell used for testing purposes
While VuhDo doesn't produce any error, neither of those strings seem to trigger the bouquet. Not sure if the following is relevant to the issue, but the 'debuff' entry (which, I suppose, is what the function is ultimately trying to reference here) wasn't present in the VUHDO_RAID table for any unit when I looked for it with a debug tool.