kaminaris / MaxDps

Other
22 stars 14 forks source link

ShadowWordPain added for Discipline Priests #37

Closed velianth closed 4 months ago

velianth commented 4 months ago

This change fixes the Invalid spell slot error thrown by Helper.lua when ShadowWordPain is called by Discipline.lua ln. 86-88 (ST) and ln. 124-126 (MT). Shadow Word Pain is not defined for discipline priests in either Core.lua or Discipline.lua (likely because in most cases it will be replaced with Purge the Wicked). Because the spell is common across all three specializations, Core.lua seemed the best place to define the spellid.

doadin commented 4 months ago

Thanks for this! Change Merged!