mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-07 18:55:18 -05:00
Update offsets for 1.9.0
Small revisions, notably 50->100 patterns saved.
This commit is contained in:
@@ -69,7 +69,7 @@ public Item DoorDecoItemName
|
||||
set => value.ToBytesClass().CopyTo(Data, 0x263D4);
|
||||
}
|
||||
|
||||
public bool PlayerHouseFlag { get => Data[0x263DC] != 0; set => Data[0x263DC] = value ? 1 : 0; }
|
||||
public bool PlayerHouseFlag { get => Data[0x263DC] != 0; set => Data[0x263DC] = (byte)(value ? 1 : 0); }
|
||||
|
||||
public Item PostItemName
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user