mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
15 lines
372 B
Lua
Executable file
15 lines
372 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/Weakness.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.05.11 07:05:59
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
-- Info from spell_display_effects (remove from script when done)
|
|
-- Dispels when an Advantage is used
|
|
-- Allows the beastlord to use advantages!
|
|
|
|
function cast(Caster, Target)
|
|
|
|
end
|