Mercurial > wow > buffalo2
comparison Veneer.lua @ 136:414e37af1b1b v8.0.1-20180718
8.0.1 "pre-patch" updates
- disabled PaperDoll, ArtifactPower, and Social/LFG modules
author | Nenue |
---|---|
date | Wed, 18 Jul 2018 15:31:15 -0400 |
parents | 3f4794dca91b |
children |
comparison
equal
deleted
inserted
replaced
135:4979b5cca6de | 136:414e37af1b1b |
---|---|
101 | 101 |
102 function Veneer:OnLoad() | 102 function Veneer:OnLoad() |
103 print('|cFFFFFF00Veneer!|r') | 103 print('|cFFFFFF00Veneer!|r') |
104 self:RegisterEvent('ADDON_LOADED') | 104 self:RegisterEvent('ADDON_LOADED') |
105 self:RegisterEvent('PLAYER_LOGIN') | 105 self:RegisterEvent('PLAYER_LOGIN') |
106 self:RegisterEvent('PLAYER_REGEN_ENABLED') | 106 --self:RegisterEvent('PLAYER_REGEN_ENABLED') |
107 self:RegisterEvent('PLAYER_REGEN_DISABLED') | 107 --self:RegisterEvent('PLAYER_REGEN_DISABLED') |
108 | 108 |
109 self.DEVIAN_PNAME = 'Veneer' | 109 self.DEVIAN_PNAME = 'Veneer' |
110 self:RegisterForDrag('LeftButton') | 110 self:RegisterForDrag('LeftButton') |
111 | 111 |
112 | 112 |