mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
294 B
Lua
Executable file
11 lines
294 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/RemedyoftheGarden.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2023.10.03 05:10:50
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target, MinVal, MaxVal)
|
|
SpellHeal("Heal", MinVal, MaxVal, Target)
|
|
end
|