Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Jan 12, 2024
1 parent 80302dd commit 3e921b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ function rapierQuest.onUse(player, item, fromPosition, target, toPosition, isHot
return true
end

rapierQuest:position({ x = 32099, y = 32198, z = 9 })
rapierQuest:uid(14042)
rapierQuest:register()
4 changes: 4 additions & 0 deletions data-otservbr-global/startup/tables/chest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1186,4 +1186,8 @@ ChestUnique = {
itemId = 11810,
itemPos = { x = 33195, y = 31765, z = 1 },
},
[14042] = {
itemId = 2473,
itemPos = { x = 32099, y = 32198, z = 9 },
},
}

0 comments on commit 3e921b1

Please sign in to comment.