Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ public static class Constants

internal static readonly List<int> CHATPTR = new List<int>
{
0xE8C6A8,
0x18,
0x204
0x00f9b4f0,
0x30,
0x5f0,
0x14
};

internal static readonly List<int> INVENTORYPTR = new List<int>
Expand Down