Skip to content

Commit

Permalink
The Ape City Quest - fix id levers
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Jul 4, 2024
1 parent 21c7f53 commit 90fd3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-otservbr-global/startup/tables/lever.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ LeverAction = {
LeverUnique = {
-- The Ape City Quest - levers
[1040] = {
itemId = 2773,
itemId = 2772,
itemPos = { x = 32862, y = 32557, z = 11 },
},
[1041] = {
itemId = 2773,
itemId = 2772,
itemPos = { x = 32862, y = 32555, z = 11 },
},
-- Dark trails quest (The Ravager lever)
Expand Down

0 comments on commit 90fd3e6

Please sign in to comment.