From d8976f31b42fece7171a9c4b9e5f6da7a7909a72 Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Wed, 16 Apr 2025 04:26:34 +0300 Subject: [PATCH] fix typo in a House name (#532) ## Description: Fixes a small typo in the name of one of the Houses in the Known World map (Hous Tully -> House Tully) Fixes #533 ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: N/A --- resources/maps/KnownWorld.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/maps/KnownWorld.json b/resources/maps/KnownWorld.json index 2968c40ee..fc03cf434 100644 --- a/resources/maps/KnownWorld.json +++ b/resources/maps/KnownWorld.json @@ -85,7 +85,7 @@ }, { "coordinates": [246, 746], - "name": "Hous Tully", + "name": "House Tully", "strength": 3 }, {