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)
|
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*>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user