mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
12 lines
269 B
Lua
Executable file
12 lines
269 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/PotCureTrauma.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2023.10.10 01:10:30
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target, Level)
|
|
CureByType(1, 1, "", Level)
|
|
|
|
end
|