Enhanced Raid Frames

Enhanced Raid Frames

940k Downloads

[BUG] `2x [ADDON_ACTION_BLOCKED] AddOn 'EnhancedRaidFrames' tried to call the protected function 'IsItemInRange()'.`

tflo opened this issue · 4 comments

commented

IsItemInRange is a restricted function as of Nov 16.

See: https://www.wowhead.com/blue-tracker/news/eu/hotfixes-november-16-2023-24030413

commented

Just seen that the error was triggered by a call of a different addon to the LibRangeCheck library inside yourLibs folder.

I leave it open though, because you are probably also using the function from the lib.

commented

Actually, funny enough, I'm not using that function. The only function I use out of that library is the UnitAura function, which afaik doesn't have a combat restriction. It's a bummer that these errors get attributed back to me though, probably because our addon name loads first alphabetically, so it's our included libs that get loaded first :-/

commented

OK, sorry for the noise in the wrong place then ;)

Yes, AFAIK, it's always the first lib instance that gets used; stupid system. Rename your addon to "ZuperEnhancedRaidFrames" 🙃

commented

Not a problem, I would rather get the issue reports than not ;-)