File daybreak.lua changed (mode: 100644) (index a5b992b..b0c3294) |
... |
... |
local function init(rootFrame) |
172 |
172 |
local infusion = createButton('DaybreakButton08', rootFrame, 'Infusion of Light') |
local infusion = createButton('DaybreakButton08', rootFrame, 'Infusion of Light') |
173 |
173 |
infusion:SetPoint('BOTTOMLEFT', 1 * size, 2 * size) |
infusion:SetPoint('BOTTOMLEFT', 1 * size, 2 * size) |
174 |
174 |
|
|
175 |
|
local judgement = createButton('DaybreakButton08', rootFrame, 'Judgements of the Pure') |
|
|
175 |
|
local judgement = createButton('DaybreakButton09', rootFrame, 'Judgements of the Pure') |
176 |
176 |
judgement:SetPoint('BOTTOMLEFT', 1 * size, 0 * size) |
judgement:SetPoint('BOTTOMLEFT', 1 * size, 0 * size) |
177 |
177 |
|
|
178 |
178 |
--[[ Protection ]]-- |
--[[ Protection ]]-- |
179 |
|
local grandCrusader = createButton('DaybreakButton09', rootFrame, 'Grand Crusader') |
|
|
179 |
|
local grandCrusader = createButton('DaybreakButton10', rootFrame, 'Grand Crusader') |
180 |
180 |
grandCrusader:SetPoint('BOTTOMLEFT', 1 * size, 0 * size) |
grandCrusader:SetPoint('BOTTOMLEFT', 1 * size, 0 * size) |
181 |
181 |
|
|
182 |
|
local shield = createButton('DaybreakButton10', rootFrame, 'Holy Shield') |
|
|
182 |
|
local shield = createButton('DaybreakButton11', rootFrame, 'Holy Shield') |
183 |
183 |
shield:SetPoint('BOTTOMLEFT', 1 * size, 1 * size) |
shield:SetPoint('BOTTOMLEFT', 1 * size, 1 * size) |
184 |
184 |
|
|
185 |
185 |
--[[ Retribution ]]-- |
--[[ Retribution ]]-- |