BlazeofFaith.lua 358 B

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