View Single Post
09-18-19, 08:01 PM   #4
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
In HoNAnnouncer folder, open the file HoNAnnouncer.lua

Find this line:

self[event](self, event, ...)

Change it to this:

self[event](self, event, CombatLogGetCurrentEventInfo())
  Reply With Quote