File conviction.lua changed (mode: 100644) (index b33671d..b81340a) |
... |
... |
local function init(rootFrame) |
334 |
334 |
rootFrame:SetPoint('BOTTOMLEFT', x, y) |
rootFrame:SetPoint('BOTTOMLEFT', x, y) |
335 |
335 |
|
|
336 |
336 |
local section0 = createSection(rootFrame, rootFrame:GetWidth(), 24) |
local section0 = createSection(rootFrame, rootFrame:GetWidth(), 24) |
337 |
|
local section1 = createSection(rootFrame, rootFrame:GetWidth(), 24) |
|
338 |
|
local section2 = createSection(rootFrame, rootFrame:GetWidth(), 24) |
|
339 |
337 |
local section3 = createSection(rootFrame, rootFrame:GetWidth(), 36) |
local section3 = createSection(rootFrame, rootFrame:GetWidth(), 36) |
340 |
338 |
local section4 = createSection(rootFrame, rootFrame:GetWidth(), 36) |
local section4 = createSection(rootFrame, rootFrame:GetWidth(), 36) |
341 |
339 |
|
|
342 |
340 |
createButton(section4, getSpellId('Holy Shock')) |
createButton(section4, getSpellId('Holy Shock')) |
343 |
341 |
createButton(section4, getSpellId('Crusader Strike')) |
createButton(section4, getSpellId('Crusader Strike')) |
|
342 |
|
createButton(section4, getSpellId("Avenger's Shield")) |
|
343 |
|
createButton(section4, getSpellId('Hammer of the Righteous')) |
344 |
344 |
createButton(section4, getSpellId('Word of Glory')) |
createButton(section4, getSpellId('Word of Glory')) |
345 |
345 |
createButton(section4, getSpellId('Light of Dawn')) |
createButton(section4, getSpellId('Light of Dawn')) |
|
346 |
|
createButton(section4, getSpellId('Shield of the Righteous')) |
|
347 |
|
|
346 |
348 |
|
|
347 |
349 |
createButton(section3, getSpellId('Lay on Hands')) |
createButton(section3, getSpellId('Lay on Hands')) |
348 |
350 |
createButton(section3, getSpellId('Divine Shield')) |
createButton(section3, getSpellId('Divine Shield')) |
349 |
351 |
createButton(section3, getSpellId('Hand of Protection')) |
createButton(section3, getSpellId('Hand of Protection')) |
350 |
352 |
createButton(section3, getSpellId('Hand of Sacrifice')) |
createButton(section3, getSpellId('Hand of Sacrifice')) |
|
353 |
|
createButton(section3, getSpellId('Divine Guardian')) |
351 |
354 |
createButton(section3, getSpellId('Hand of Freedom')) |
createButton(section3, getSpellId('Hand of Freedom')) |
352 |
355 |
createButton(section3, getSpellId('Hammer of Justice')) |
createButton(section3, getSpellId('Hammer of Justice')) |
353 |
356 |
createButton(section3, getSpellId('Divine Protection')) |
createButton(section3, getSpellId('Divine Protection')) |
|
357 |
|
createButton(section3, getSpellId('Holy Shield')) |
354 |
358 |
createButton(section3, getSpellId('Avenging Wrath')) |
createButton(section3, getSpellId('Avenging Wrath')) |
|
359 |
|
createButton(section3, getSpellId('Aura Mastery')) |
355 |
360 |
createButton(section3, getSpellId('Divine Favor')) |
createButton(section3, getSpellId('Divine Favor')) |
356 |
361 |
createButton(section3, getSpellId('Divine Plea')) |
createButton(section3, getSpellId('Divine Plea')) |
|
362 |
|
createButton(section3, getSpellId('Rebuke')) |
357 |
363 |
|
|
358 |
|
createButton(section2, getSpellId('Flash of Light')) |
|
359 |
|
createButton(section2, getSpellId('Divine Light')) |
|
360 |
|
createButton(section2, getSpellId('Holy Light')) |
|
361 |
|
createButton(section2, getSpellId('Holy Radiance')) |
|
|
364 |
|
createButton(section0, getSpellId('Flash of Light')) |
|
365 |
|
createButton(section0, getSpellId('Divine Light')) |
|
366 |
|
createButton(section0, getSpellId('Holy Light')) |
|
367 |
|
createButton(section0, getSpellId('Holy Radiance')) |
362 |
368 |
|
|
363 |
|
createButton(section1, getSpellId('Hammer of Wrath')) |
|
364 |
|
createButton(section1, getSpellId('Turn Evil')) |
|
365 |
|
createButton(section1, getSpellId('Holy Wrath')) |
|
366 |
|
createButton(section1, getSpellId('Exorcism')) |
|
367 |
|
createButton(section1, getSpellId('Judgement')) |
|
|
369 |
|
createButton(section0, getSpellId('Hammer of Wrath')) |
|
370 |
|
createButton(section0, getSpellId('Turn Evil')) |
|
371 |
|
createButton(section0, getSpellId('Holy Wrath')) |
|
372 |
|
createButton(section0, getSpellId('Exorcism')) |
|
373 |
|
createButton(section0, getSpellId('Judgement')) |
368 |
374 |
|
|
369 |
375 |
createButton(section0, getSpellId('Lifeblood')) |
createButton(section0, getSpellId('Lifeblood')) |
370 |
376 |
createButton(section0, getSpellId('Gift of the Naaru')) |
createButton(section0, getSpellId('Gift of the Naaru')) |
|
... |
... |
local function init(rootFrame) |
373 |
379 |
createButton(section0, getSpellId('War Stomp')) |
createButton(section0, getSpellId('War Stomp')) |
374 |
380 |
|
|
375 |
381 |
sortSection(section0) |
sortSection(section0) |
376 |
|
sortSection(section1) |
|
377 |
|
sortSection(section2) |
|
378 |
382 |
sortSection(section3) |
sortSection(section3) |
379 |
383 |
sortSection(section4) |
sortSection(section4) |
380 |
384 |
|
|