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