View Single Post
10-14-19, 10:32 PM   #7
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Commenting it out still doesn't fix the issue. The lines
Code:
self:Print("DEBUG: SetWatchedFactionByFactionID name:", name)
self:Print("DEBUG: SetWatchedFactionByFactionID index:", i)
Are not printing anything in the function SetWatchedFactionByFactionID()
That means the code isn't even looping, right?
  Reply With Quote