Skip to content

Commit

Permalink
Make use of Runewick ranks not Cadomyr ranks for Runewick (typo fix)
Browse files Browse the repository at this point in the history
(cherry picked from commit 31c7a74)
  • Loading branch information
brightrim committed Jan 8, 2024
1 parent 49ce834 commit ab925d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion housing/utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab925d9

Please sign in to comment.