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