mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
14 lines
381 B
Lua
Executable file
14 lines
381 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/Destroying.lua
|
|
Script Author : John Adams
|
|
Script Date : 2013.11.22 10:11:31
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
-- Info from spell_display_effects (remove from script when done)
|
|
-- Must not be targeted by an enemy
|
|
|
|
function cast(Caster, Target)
|
|
Say(Caster, "Destroying not implemented yet")
|
|
end
|