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