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