update outfit slot name global (#3280)
This commit is contained in:
parent
43ddc04dbe
commit
f3cf7b5983
@ -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)
|
||||
|
Reference in New Issue
Block a user