From f3cf7b5983fab129efa309ee45a84d68e82191c8 Mon Sep 17 00:00:00 2001 From: kikkin_yo_azzez <69381115+USBMenus@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:36:11 -0500 Subject: [PATCH] update outfit slot name global (#3280) --- src/util/outfit.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/outfit.hpp b/src/util/outfit.hpp index a289bea3..c053016a 100644 --- a/src/util/outfit.hpp +++ b/src/util/outfit.hpp @@ -56,7 +56,7 @@ namespace big::outfit inline char* get_slot_name_address(int slot) { - return scr_globals::stats.at(0, 5568).at(681).at(2460).at(slot, 8).as(); + return scr_globals::stats.at(0, 5568).at(681).at(2461).at(slot, 8).as(); } inline int* get_component_drawable_id_address(int slot, int id) @@ -78,4 +78,4 @@ namespace big::outfit { return scr_globals::stats.at(0, 5568).at(681).at(2095).at(slot, 10).at(id, 1).as(); } -} \ No newline at end of file +}