fix: don't use hq for fitting room

This commit is contained in:
Anna 2021-11-23 13:43:25 -05:00
parent 4066173f23
commit b81b2a850b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace Glamaholic.Ui.Helpers {
// TODO: remove this logic in endwalker
var slot = item->Slot > 5 ? item->Slot - 1 : item->Slot;
items[(PlateSlot) slot] =new SavedGlamourItem {
ItemId = itemId,
ItemId = itemId % 1_000_000,
StainId = item->StainId,
};
}