Skip to content

Commit

Permalink
Fix: improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Jun 28, 2024
1 parent 1802974 commit 85aef2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function teleportTileBack.onStepIn(creature, item, position, fromPosition)
}

-- Posição de teletransporte
local teleportPosition = { x = 32566, y = 31957, z = 1 }
local teleportPosition = { x = 32566, y = 31959, z = 1 }

-- Verifica se a posição, o UID e o itemID coincidem
for _, pos in ipairs(specificPositions) do
Expand Down

0 comments on commit 85aef2b

Please sign in to comment.