7.0.3 Legion Prot Pally

Talents are 2-3-1-3-3-2-1

Sequences['LegionProt'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
    '/cast [combat] Consecration',
    "/cast Avenger's Shield",	
    '/cast Judgment',
	'/cast Blessed Hammer',	
	'/cast Shield of the Righteous',
	"/cast Avenger's Shield",
	
PostMacro = [[
/cast [combat]Light of the Protector
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}