mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix NounProcessor BeastTribe column offset
This commit is contained in:
parent
85949072ec
commit
518b3a4fb3
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ internal record struct NounParams()
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly int ColumnOffset => this.SheetName switch
|
public readonly int ColumnOffset => this.SheetName switch
|
||||||
{
|
{
|
||||||
// See "E8 ?? ?? ?? ?? 44 8B 6B 08"
|
// See "E8 ?? ?? ?? ?? 44 8B 66 ?? 8B E8"
|
||||||
nameof(LSheets.BeastTribe) => 10,
|
nameof(LSheets.BeastTribe) => 11,
|
||||||
nameof(LSheets.DeepDungeonItem) => 1,
|
nameof(LSheets.DeepDungeonItem) => 1,
|
||||||
nameof(LSheets.DeepDungeonEquipment) => 1,
|
nameof(LSheets.DeepDungeonEquipment) => 1,
|
||||||
nameof(LSheets.DeepDungeonMagicStone) => 1,
|
nameof(LSheets.DeepDungeonMagicStone) => 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue