Disc Leveling Macro 60+

I made a few tweaks when doing this version.

removed Schism in favor of Castigation
added Power Word: Solace (trying this vs mindbender for mana regen and dps, still testing)

as always, let me know if there are any glaring issues that need to be addressed.

Sequences['DPS_leveling_60+'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Baeon@Malfurion",
  SpecID=256,
  Talents = "2,x,x,1,x,x,x",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      KeyPress={
        "/target [@focustarget, harm, nodead]",
        "/targetenemy [noharm, dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/cast [@player, nocombat, nochanneling] Power Word: Shield",
        "/cast [combat, nochanneling] Shadowfiend",
        "/cast [combat, nochanneling][@focus, exists, noharm, nodead][@player] Power Word: Shield",
        "/cast [combat, nochanneling] Power Word: Solace",
        "/castsequence [nochanneling] reset=target  Shadow Word: Pain, Penance, Penance",
        "/cast [combat, nochanneling] Smite",
      PostMacro={
        "/use [combat, nochanneling] 13",
        "/use [combat, nochanneling] 14",
      },
      KeyRelease={
      },
    },
  },
}