Thal, the following files need to be replaced with newer versions of Custom Notifications:
NotificationPanel.lua
CustomNotification.lua
BC - Events.lua
BC - Events.xml
(These 4 files included in the .zip attached)
Deletes Needed:
The BCEventsNotification Addin
Content line added:
NotificationAddin for BC - Events.lua
Renames:
Rename every include for "lib" to "ClassUtils" and rename lib.lua to ClassUtils.lua.
The problem is that the include function seems to grab any file that starts a string with "lib", so the game will accidentally include something like "liberationboost.lua" instead of lib.lua.
ClassUtils.lua better defines the utility functions, anyhow.
NotificationPanel.lua
CustomNotification.lua
BC - Events.lua
BC - Events.xml
(These 4 files included in the .zip attached)
Deletes Needed:
The BCEventsNotification Addin
Content line added:
NotificationAddin for BC - Events.lua
Renames:
Rename every include for "lib" to "ClassUtils" and rename lib.lua to ClassUtils.lua.
The problem is that the include function seems to grab any file that starts a string with "lib", so the game will accidentally include something like "liberationboost.lua" instead of lib.lua.
ClassUtils.lua better defines the utility functions, anyhow.