Wrath.lua 334 B

1234567891011121314
  1. --[[
  2. Script Name : Spells/Priest/Wrath.lua
  3. Script Author : neatz09
  4. Script Date : 2020.01.02 04:01:39
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 22 - 27 divine damage on target
  9. function cast(Caster, Target, DmgType, DmgMin, DmgMax)
  10. SpellDamage(Target, DmgType, DmgMin, DmgMax)
  11. end