123456789101112 |
- --[[
- Script Name : Spells/AA/DivineDemonstration.lua
- Script Author : neatz09
- Script Date : 2020.12.11 12:12:22
- Script Purpose :
- :
- --]]
- -- Inflicts 499 - 831 divine damage on target encounter
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- end
|