view Modules/ObjectiveTracker.lua @ 66:6ccacc927ef6

- paperdoll scan timing changed to PLAYER_ENTERING_WORLD and PLAYER_EQUIPMENT_CHANGED
author Nenue
date Fri, 19 Aug 2016 09:28:38 -0400
parents ef4116179e2f
children 6f8661094643
line wrap: on
line source
-- 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)