From f643d9e25ef560a6d8c3fa31c53d6bb198988e4e Mon Sep 17 00:00:00 2001 From: atom0s Date: Fri, 16 Dec 2016 01:39:08 -0800 Subject: [PATCH] Fix issue with targets due to libs change. --- enternity.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/enternity.lua b/enternity.lua index d6aeb6e..5c82265 100644 --- a/enternity.lua +++ b/enternity.lua @@ -28,6 +28,7 @@ _addon.name = 'enternity'; _addon.version = '3.0.0'; require 'common' +require 'ffxi.targets' ---------------------------------------------------------------------------------------------------- -- Configurations