mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
12 lines
No EOL
246 B
Lua
Executable file
12 lines
No EOL
246 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Immobile.lua
|
|
Script Author : Dorbin
|
|
Script Date : 2022.09.09 12:09:15
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target)
|
|
AddControlEffect(Target, 4)
|
|
end |