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