mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
12 lines
No EOL
245 B
Lua
Executable file
12 lines
No EOL
245 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/TransmuteItem.lua
|
|
Script Author : smash
|
|
Script Date : 2020.02.26 12:02:57
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
function cast(Caster)
|
|
CompleteTransmute(Caster)
|
|
end |