BlastofDevastation.lua 360 B

12345678910111213
  1. --[[
  2. Script Name : Spells/BlastofDevastation.lua
  3. Script Author : neatz09
  4. Script Date : 2020.12.10 04:12:39
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 2079 - 3464 magic damage on targets in Area of Effect
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end