SwiftScurry.lua 315 B

12345678910111213141516
  1. --[[
  2. Script Name : Spells/SwiftScurry.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 03:08:33
  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