From 1acf1e7e5deb8c09910b079eda37d7698260ffe1 Mon Sep 17 00:00:00 2001 From: atom0s Date: Fri, 16 Dec 2016 01:44:46 -0800 Subject: [PATCH] Fix issue with targets due to libs change. --- pbar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/pbar.lua b/pbar.lua index 9d99f6e..de8f96b 100644 --- a/pbar.lua +++ b/pbar.lua @@ -27,6 +27,7 @@ _addon.name = 'pbar'; _addon.version = '3.0.0'; require 'common' +require 'ffxi.targets' ---------------------------------------------------------------------------------------------------- -- Configurations