mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
9 lines
174 B
Lua
9 lines
174 B
Lua
local stash = Action()
|
|
|
|
function stash.onUse(player, item, fromPosition, target, toPosition, isHotkey)
|
|
player:openStash()
|
|
return true
|
|
end
|
|
|
|
stash:id(28750)
|
|
stash:register()
|