mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
13 lines
305 B
Lua
Executable file
13 lines
305 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Fighter/Rescue.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.01.02 03:01:05
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target)
|
|
Say(Caster, "Threat Position Not Implemented.")
|
|
AddHate(Caster, Target, Hate, 1)
|
|
end
|