Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
ARR is default
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jun 19, 2014
1 parent 44fd77f commit d37363e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Broker_Equipment.lua
@@ -1,15 +1,4 @@
--[[
Copyright (c) 2009 - 2012 Adrian L Lange <adrianlund@gmail.com>
All rights reserved.
You're allowed to use this addon, free of monetary charge,
but you are not allowed to modify, alter, or redistribute
this addon without express, written permission of the author.
--]]
local Broker_Equipment = CreateFrame('Frame')
local Broker_Equipment = CreateFrame('Frame')
Broker_Equipment:RegisterEvent('PLAYER_LOGIN')
Broker_Equipment:SetScript('OnEvent', function(self, event, ...) self[event](self, ...) end)
Broker_Equipment:Hide()
Expand Down

0 comments on commit d37363e

Please sign in to comment.