fix: update offset

This commit is contained in:
Anna 2022-04-16 20:42:25 -04:00
parent 76a297543b
commit 92fe062702
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ namespace Glamaholic {
var plate = new Dictionary<PlateSlot, SavedGlamourItem>();
foreach (var slot in (PlateSlot[]) Enum.GetValues(typeof(PlateSlot))) {
// Updated: 6.0
// Updated: 6.1
// from SetGlamourPlateSlot
var item = editorInfo + 44 * (int) slot + 7956;
var item = editorInfo + 44 * (int) slot + 10596;
var itemId = *(uint*) item;
var stainId = *(byte*) (item + 24);