1234567891011121314 |
- --[[
- Script Name : Spells/Mage/Summoner/DustBlast.lua
- Script Author : neatz09
- Script Date : 2020.01.02 05:01:20
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Inflicts 33 - 49 magic damage on target
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|