mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
14 lines
285 B
Lua
Executable file
14 lines
285 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/GlorySubspell.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.10.26 10:10:34
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
-- Heals Group for X
|
|
|
|
function cast(Caster, Target, Health)
|
|
SpellHeal("Heal", Health)
|
|
end
|