12345678910111213 |
- --[[
- Script Name : Spells/AA/DivineCastigation.lua
- Script Author : neatz09
- Script Date : 2020.12.10 11:12:15
- Script Purpose :
- :
- --]]
- -- Inflicts 398 - 663 divine damage on target
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|