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