mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
271 B
Lua
Executable file
11 lines
271 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/ElementalRemedyGeneric.lua
|
|
Script Author : neatz09
|
|
Script Date : 2021.01.28 03:01:17
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target, Levels)
|
|
CureByType(1, 4, "", Levels)
|
|
end
|