Open Raid Library

Open Raid Library

18.1k Downloads

LibOpenRaid.lua tries to load LibDeflate, but it is not included as a dependency

kmcbride3 opened this issue ยท 0 comments

commented

This seems to be a long-standing issue. LibOpenRaid.lua attempts to load LibDeflate on line 391 as part of openRaidLib.commHandler.OnReceiveComm().

This is a fairly common library used by many popular WoW Addons, but as a best practice, if an addon (or library) relies on it, it should be included in the bundle, or at least referenced in the .toc as a dependency.

Currently, Open-Raid-Library does neither.