Bohemian

Bohemian

22k Downloads

Config settings to disable parry and misdirect announce are ignored

roband7 opened this issue ยท 1 comments

commented

Bohemian 1.2.2, in the bohemain_raid addon

Bohemian.RegisterModule(AddonName, E, function()
    Bohemian_RaidConfig.announceParry = Bohemian_RaidConfig.announceParry or true
    Bohemian_RaidConfig.announceMD = Bohemian_RaidConfig.announceMD or true
    E:AddConfigFrames(E.CORE:CreateModuleInterfaceConfig("Raid"))
end)

So announceParry and announceMD are always set to true, regardless of the config settings

commented

Closing this, was fixed in 1.2.4.