123456789101112131415161718 |
- --[[
- Script Name : Spells/Traditions/Maul.lua
- Script Author : neatz09
- Script Date : 2022.05.21 05:05:22
- Script Purpose :
- :
- --]]
- --[[ Info from spell_display_effects (remove from script when done)
- *Inflicts 7 slashing damage on target instantly and every 8 seconds
- --]]
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|