add few more 781 items

This commit is contained in:
ErikasKontenis
2019-11-24 20:20:13 +02:00
parent b9b021ea58
commit f73a61170f
8 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
function onUse(player, item, fromPosition, target, toPosition)
if not target:isItem() then
return false
end
if target:getId() == 2917 then
player:addItem(5813, 1)
item:remove(1)
target:remove(1)
return true
end
return false
end