PathofLearning.lua 317 B

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