From 7acf6fc07a5bf07a852d68ada968bf6b181706c6 Mon Sep 17 00:00:00 2001
From: Anu <anulithic@gmail.com>
Date: Thu, 28 Dec 2023 01:57:43 -0800
Subject: [PATCH] Fix height/weight sort mixup

---
 js/003-data/slaveSorting.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/003-data/slaveSorting.js b/js/003-data/slaveSorting.js
index c1cf31c5f35..d6aa5612e9f 100644
--- a/js/003-data/slaveSorting.js
+++ b/js/003-data/slaveSorting.js
@@ -13,8 +13,8 @@ App.Data.SlaveSorting = new Map([
 	["Weekly Income", "weeklyIncome"],
 	["Beauty", "beauty"],
 	["Health", "health"],
-	["Weight", "height"],
-	["Height", "weight"],
+	["Weight", "weight"],
+	["Height", "height"],
 	["Muscles", "muscles"],
 	["Intelligence", "intelligence"],
 	["Sex Drive", "sexDrive"],
-- 
GitLab