Skip to content
Snippets Groups Projects
Commit 92e60180 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'anu-fixes' into 'pregmod-master'

Fix height/weight sort mixup

See merge request !11643
parents e6db72f6 7acf6fc0
No related branches found
No related tags found
1 merge request!11643Fix height/weight sort mixup
Pipeline #73844 passed
...@@ -13,8 +13,8 @@ App.Data.SlaveSorting = new Map([ ...@@ -13,8 +13,8 @@ App.Data.SlaveSorting = new Map([
["Weekly Income", "weeklyIncome"], ["Weekly Income", "weeklyIncome"],
["Beauty", "beauty"], ["Beauty", "beauty"],
["Health", "health"], ["Health", "health"],
["Weight", "height"], ["Weight", "weight"],
["Height", "weight"], ["Height", "height"],
["Muscles", "muscles"], ["Muscles", "muscles"],
["Intelligence", "intelligence"], ["Intelligence", "intelligence"],
["Sex Drive", "sexDrive"], ["Sex Drive", "sexDrive"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment