DivineDemonstration.lua 350 B

123456789101112
  1. --[[
  2. Script Name : Spells/AA/DivineDemonstration.lua
  3. Script Author : neatz09
  4. Script Date : 2020.12.11 12:12:22
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 499 - 831 divine damage on target encounter
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end