This commit is contained in:
Beck 2026-06-07 22:51:58 -07:00
parent d33f019273
commit 88bbc55c3e

View file

@ -107,7 +107,7 @@ class RestlessGhostListeners : InteractionListener {
if (!isQuestComplete(player, Quests.THE_RESTLESS_GHOST)) {
//is this from the center of the scenery/node object?
val ghostExists = RegionManager.getLocalNpcs(node.centerLocation).find { it.id == NPCs.RESTLESS_GHOST_457 }
val ghostExists = RegionManager.getLocalNPCs(node.centerLocation).find { it.id == NPCs.RESTLESS_GHOST_457 }
//not within rendering distance or doesn't exist at all
if (ghostExists == null) {