01-03-2017, 07:26 PM
I skimmed through the ffxiv_task_gather.lua file to see if there were other things that had been added to profiles and found another typo on line 611.
Should be:
Code:
gatherSuperRares = (gatherChocoFood == "1")
Should be:
Code:
gatherSuperRares = (gatherSuperRares == "1")