mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
15 lines
328 B
Lua
15 lines
328 B
Lua
--[[
|
|
Script Name : Spells/Commoner/LightontheFeet.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2024.05.04 07:05:57
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target)
|
|
AddSpellBonus(Caster, 696, 2)
|
|
end
|
|
|
|
function remove(Caster, Target)
|
|
RemoveSpellBonus()
|
|
end
|