Skip to content

Commit

Permalink
Update actions_iksupan_entrance.lua
Browse files Browse the repository at this point in the history
the location doesnt correspond with the item.
14:42:36 You see an item of type 39815.
Client ID: 39815, Action ID: 25018
Position: (32728, 32878, 7)
  • Loading branch information
aphirotx authored Oct 17, 2024
1 parent 68e9c3b commit 0102580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local config = {
{ position = { x = 32728, y = 32875, z = 7 }, destination = { x = 34015, y = 31890, z = 8 } },
{ position = { x = 32728, y = 32878, z = 7 }, destination = { x = 34015, y = 31890, z = 8 } },
}

local entrance = Action()
Expand Down

0 comments on commit 0102580

Please sign in to comment.