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 crowbar = Action()
|
|
|
|
function crowbar.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
return onUseCrowbar(player, item, fromPosition, target, toPosition, isHotkey)
|
|
end
|
|
|
|
crowbar:id(3304)
|
|
crowbar:register()
|