Abhorrence.lua 357 B

123456789101112
  1. --[[
  2. Script Name : Spells/Commoner/Abhorrence.lua
  3. Script Author : neatz09
  4. Script Date : 2020.09.28 10:09:31
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end