brittyazel / EnhancedRaidFrames

World of Warcraft addon to enhance the built-in raid frames with Grid like functionality!
https://www.curseforge.com/wow/addons/enhanced-raid-frame-indicators
MIT License
14 stars 8 forks source link

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

Closed tflo closed 11 months ago

tflo commented 11 months ago

IsItemInRange is a restricted function as of Nov 16.

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

tflo commented 11 months ago

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.

brittyazel commented 11 months ago

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 :-/

tflo commented 11 months ago

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" 🙃

brittyazel commented 11 months ago

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