From 180c566f65db2439ccddf599d70c91e9334d63db Mon Sep 17 00:00:00 2001 From: Samuel <33796679+orchidalloy@users.noreply.github.com> Date: Sat, 28 Dec 2019 14:59:18 -0300 Subject: [PATCH] Fix location of Pam's upgraded house in the map (#25) --- SDVModTest/UIElements/LocationOfTownsfolk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDVModTest/UIElements/LocationOfTownsfolk.cs b/SDVModTest/UIElements/LocationOfTownsfolk.cs index 7f8346a..b5dff55 100644 --- a/SDVModTest/UIElements/LocationOfTownsfolk.cs +++ b/SDVModTest/UIElements/LocationOfTownsfolk.cs @@ -57,7 +57,7 @@ namespace UIInfoSuite.UIElements { "Sewer", new KeyValuePair(380, 596) }, { "WizardHouse", new KeyValuePair(196, 352) }, { "Trailer", new KeyValuePair(780, 360) }, - { "pamHouseUpgrade", new KeyValuePair(780, 360) }, + { "Trailer_Big", new KeyValuePair(780, 360) }, { "Forest", new KeyValuePair(80, 272) }, { "Woods", new KeyValuePair(100, 272) }, { "WitchSwamp", new KeyValuePair(0, 0) },