eq2emu-content/Spells/PathofLearning.lua

16 lines
317 B
Lua
Raw Permalink Normal View History

2024-10-26 11:37:28 +00:00
--[[
Script Name : Spells/PathofLearning.lua
Script Author : LordPazuzu
Script Date : 2024.05.10 04:05:10
Script Purpose :
:
--]]
function cast(Caster, Target)
AddSpellBonus(Caster, 4, 5)
end
function remove(Caster, Target)
RemoveSpellBonus()
end