123456789101112 |
- --[[
- Script Name : Spells/Commoner/Abhorrence.lua
- Script Author : neatz09
- Script Date : 2020.09.28 10:09:31
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|