mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
8 lines
217 B
Lua
8 lines
217 B
Lua
local spoon = Action()
|
|
|
|
function spoon.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
return onUseSpoon(player, item, fromPosition, target, toPosition, isHotkey)
|
|
end
|
|
|
|
spoon:id(3468)
|
|
spoon:register()
|