LivingNightmare.lua 375 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/ZoneSpells/LivingNightmare.lua
  3. Script Author : neatz09
  4. Script Date : 2020.12.26 07:12:38
  5. Script Purpose : Debuff for Estate of Unrest
  6. :
  7. --]]
  8. function cast(Caster, Target, BonusAmt)
  9. AddSpellBonus(Target, 609, BonusAmt)
  10. end
  11. function remove(Caster, Target)
  12. RemoveSpellBonus(Target)
  13. end