From d37363ee5c1f3cc419371d7a529e80a37b398f47 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 19 Jun 2014 14:49:52 +0200 Subject: [PATCH] ARR is default --- Broker_Equipment.lua | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Broker_Equipment.lua b/Broker_Equipment.lua index d6cc81c..b58487c 100644 --- a/Broker_Equipment.lua +++ b/Broker_Equipment.lua @@ -1,15 +1,4 @@ ---[[ - - Copyright (c) 2009 - 2012 Adrian L Lange - 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() -- 1.7.9.5