Insightful.lua 313 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Insightful.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2024.04.28 05:04:22
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. AddSpellBonus(Caster, 3, 4)
  10. end
  11. function remove (Caster, Target)
  12. RemoveSpellBonus()
  13. end