mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
5 lines
120 B
Lua
5 lines
120 B
Lua
function onUse(player, item, fromPosition, target, toPosition)
|
|
Game.createItem(2992, 1, fromPosition)
|
|
return true
|
|
end
|