View Single Post
10-14-19, 10:36 PM   #8
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Originally Posted by myrroddin View Post
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?
No, that just means the condition "id == factionID" is not being met.
  Reply With Quote