123456789101112 |
- --[[
- Script Name : Spells/Priest/Cleric/Templar/BlazeofFaith.lua
- Script Author : neatz09
- Script Date : 2019.10.14 11:10:27
- Script Purpose :
- :
- --]]
- -- Inflicts 350 divine damage on target encounter
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|