1234567891011121314 |
- --[[
- Script Name : Spells/Priest/Wrath.lua
- Script Author : neatz09
- Script Date : 2020.01.02 04:01:39
- Script Purpose :
- :
- --]]
- -- Inflicts 22 - 27 divine damage on target
- function cast(Caster, Target, DmgType, DmgMin, DmgMax)
- SpellDamage(Target, DmgType, DmgMin, DmgMax)
- end
|