View Single Post
03-10-21, 12:13 AM   #3
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Nevermind people. It turns out I tested the if/then and it works. At least it does so far. I'll do more testing, but thus far it did the trick.
Lua Code:
  1. if self:SetWatchedFactionByFactionID(factionID) then
  2.     return
  3. end
  Reply With Quote