From ab925d9c408c046c48ec02c0a919eeee78566441 Mon Sep 17 00:00:00 2001 From: brightrim Date: Mon, 8 Jan 2024 11:57:19 +0100 Subject: [PATCH] Make use of Runewick ranks not Cadomyr ranks for Runewick (typo fix) (cherry picked from commit 31c7a745832daf4e1e34f9025e93dab79d1e9a15) --- housing/utility.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/housing/utility.lua b/housing/utility.lua index eab1666f5..5736fa1b2 100644 --- a/housing/utility.lua +++ b/housing/utility.lua @@ -2665,7 +2665,7 @@ function M.setReqRank(user, item, propertyName) if town == "Galmair" then user:requestSelectionDialog(dialogGalmair) elseif town == "Runewick" then - user:requestSelectionDialog(dialogCadomyr) + user:requestSelectionDialog(dialogRunewick) elseif town == "Cadomyr" then user:requestSelectionDialog(dialogCadomyr) end