DivineCastigation.lua 342 B

12345678910111213
  1. --[[
  2. Script Name : Spells/AA/DivineCastigation.lua
  3. Script Author : neatz09
  4. Script Date : 2020.12.10 11:12:15
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 398 - 663 divine damage on target
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end