LightontheFeet.lua 328 B

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