From f2927acd506a74caccb1b9137348e9d739a6a93b Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Sun, 14 Jul 2024 20:35:03 +0200 Subject: [PATCH] Maps: reorder the armour slots. --- src/Maps/ArmourSlots.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Maps/ArmourSlots.hpp b/src/Maps/ArmourSlots.hpp index 46fbabb..cb51f0b 100644 --- a/src/Maps/ArmourSlots.hpp +++ b/src/Maps/ArmourSlots.hpp @@ -22,6 +22,7 @@ c(Neck, "enuArmorSlots::NewEnumerator3"_s, "Neck"_s) c(UpperBody, "enuArmorSlots::NewEnumerator4"_s, "Upper body"_s) c(MiddleBody, "enuArmorSlots::NewEnumerator5"_s, "Middle body"_s) c(LowerBody, "enuArmorSlots::NewEnumerator6"_s, "Lower body"_s) +c(Backpack, "enuArmorSlots::NewEnumerator23"_s, "Backpack"_s) c(FrontWaist, "enuArmorSlots::NewEnumerator7"_s, "Front waist"_s) c(LeftFrontSkirt, "enuArmorSlots::NewEnumerator8"_s, "Left front skirt"_s) c(RightFrontSkirt, "enuArmorSlots::NewEnumerator9"_s, "Right front skirt"_s) @@ -38,7 +39,6 @@ c(LeftElbow, "enuArmorSlots::NewEnumerator19"_s, "Left elbow"_s) c(RightElbow, "enuArmorSlots::NewEnumerator20"_s, "Right elbow"_s) c(LeftLowerArm, "enuArmorSlots::NewEnumerator21"_s, "Left lower arm"_s) c(RightLowerArm, "enuArmorSlots::NewEnumerator22"_s, "Right lower arm"_s) -c(Backpack, "enuArmorSlots::NewEnumerator23"_s, "Backpack"_s) c(LeftHand, "enuArmorSlots::NewEnumerator24"_s, "Left hand"_s) c(RightHand, "enuArmorSlots::NewEnumerator25"_s, "Right hand"_s) c(LeftUpperLeg, "enuArmorSlots::NewEnumerator26"_s, "Left upper leg"_s)