Dynamic GetSpellInfo Macro
Useful for things like Mercenary racials and PVP Talents where there’s no talent:row/col
condition to determine if a spell is known or not.
#showtooltip
/cast SPELL1
/cast SPELL2
/cast SPELL3
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"SPELL1" or G"SPELL2" or G"SPELL3")