Fix NounProcessor BeastTribe column offset

This commit is contained in:
Haselnussbomber 2025-12-03 16:43:12 +01:00
parent 85949072ec
commit 518b3a4fb3
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -60,8 +60,8 @@ internal record struct NounParams()
/// </summary>
public readonly int ColumnOffset => this.SheetName switch
{
// See "E8 ?? ?? ?? ?? 44 8B 6B 08"
nameof(LSheets.BeastTribe) => 10,
// See "E8 ?? ?? ?? ?? 44 8B 66 ?? 8B E8"
nameof(LSheets.BeastTribe) => 11,
nameof(LSheets.DeepDungeonItem) => 1,
nameof(LSheets.DeepDungeonEquipment) => 1,
nameof(LSheets.DeepDungeonMagicStone) => 1,