diff Modules/ObjectiveTracker.lua @ 62:ef4116179e2f v7.0.3-1

- cleaned up old file structure remnants
author Nenue
date Tue, 16 Aug 2016 08:37:07 -0400
parents
children 6f8661094643
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Modules/ObjectiveTracker.lua	Tue Aug 16 08:37:07 2016 -0400
@@ -0,0 +1,8 @@
+-- Veneer
+-- ObjectiveTracker.lua
+-- Created: 8/16/2016 8:19 AM
+-- %file-revision%
+-- Fixes objective tracker positioning in relation to buff frame alterations
+
+local plugin = CreateFrame('Frame', 'VeneerObjectives', UIParent)
+local vn, print = LibStub("LibKraken").register(VeneerController, plugin)
\ No newline at end of file