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)
{
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)