12345678910111213 |
- --[[
- Script Name : Spells/BlastofDevastation.lua
- Script Author : neatz09
- Script Date : 2020.12.10 04:12:39
- Script Purpose :
- :
- --]]
- -- Inflicts 2079 - 3464 magic damage on targets in Area of Effect
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|