View Single Post
08/21/14, 06:03 AM   #4
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
If you want to completely disable raid leaderboard notifications, just unregister notifications provider:
Lua Code:
  1. EVENT_MANAGER:UnregisterForEvent("Notifications", EVENT_RAID_SCORE_NOTIFICATION_ADDED)
  2. EVENT_MANAGER:UnregisterForEvent("Notifications", EVENT_RAID_SCORE_NOTIFICATION_REMOVED)

Right now I'm trying to figure out how to disable notifications just for selected guilds.
  Reply With Quote