Skip to content

Commit

Permalink
Add a duplicate node for Inn Entrance
Browse files Browse the repository at this point in the history
Unsure what happened here, seems like 45924 isn't used any more?

Fixes #75
  • Loading branch information
p3lim committed Aug 30, 2024
1 parent 44d3413 commit 83b0bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/underbelly.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ addon.data[45924] = { -- Inn Entrance, from Sewer Guard Station
x = 0.6735,
y = 0.6910,
}
addon.data[45912] = addon.data[45924] -- Inn Entrance, from Sewer Guard Station (duplicate?)
addon.data[45918] = addon.data[45924] -- Inn Entrance, from Black Market
addon.data[45930] = addon.data[45924] -- Inn Entrance, from Alchemists' Lair
addon.data[45936] = addon.data[45924] -- Inn Entrance, from Abandoned Shack
Expand Down

0 comments on commit 83b0bce

Please sign in to comment.