View Single Post
10-15-19, 09:07 PM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Maybe I am missing something at first glance, but you don't define "DevilHunters" anywhere as an addon.
Code:
local DevilHunters = {}

-- OR

local name, DevilHunters = ...
One of these two should be the very first line of your code.
  Reply With Quote