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