update outfit slot name global (#3280)

This commit is contained in:
kikkin_yo_azzez 2024-06-24 13:36:11 -05:00 committed by GitHub
parent 43ddc04dbe
commit f3cf7b5983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ namespace big::outfit
inline char* get_slot_name_address(int slot) inline char* get_slot_name_address(int slot)
{ {
return scr_globals::stats.at(0, 5568).at(681).at(2460).at(slot, 8).as<char*>(); return scr_globals::stats.at(0, 5568).at(681).at(2461).at(slot, 8).as<char*>();
} }
inline int* get_component_drawable_id_address(int slot, int id) 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<int*>(); return scr_globals::stats.at(0, 5568).at(681).at(2095).at(slot, 10).at(id, 1).as<int*>();
} }
} }