View Single Post
11-21-14, 06:11 AM   #3
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
Originally Posted by SDPhantom View Post
I've been trying to make this happen myself. The code I wrote kind of works, but not 100%. I've been running into situations where missions would ignore the request to be marked as turned in and would require multiple passes to complete.
I'm having the same issue since beta, currently using a 0.25sec timer if #(C_Garrison.GetCompleteMissions()) > 0. I hate the solution, but it works for now.

Same problems with follower list updates, C_Garrison.GetFollowers() isn't always up to date...
  Reply With Quote