fix: don't use hq for fitting room

This commit is contained in:
Anna 2021-11-23 13:43:25 -05:00
parent aefb44c053
commit 5098e77ed3
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
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,
};
}