Skip to content

Commit ef8f1e5

Browse files
authored
fix: koshei the deathless quest itemId and itemPos (#3405)
1 parent f7b4427 commit ef8f1e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data-otservbr-global/startup/tables/chest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,8 +2144,8 @@ ChestUnique = {
21442144
},
21452145
-- Koshei The Deathless Quest
21462146
[6236] = {
2147-
itemId = 2908,
2148-
itemPos = { x = 33193, y = 32459, z = 7 },
2147+
itemId = 408,
2148+
itemPos = { x = 33194, y = 32458, z = 7 },
21492149
reward = { { 7530, 1 } },
21502150
weight = 1.00,
21512151
storage = Storage.Quest.U8_1.KosheiTheDeathless.KosheiAmuletPart1,

0 commit comments

Comments
 (0)