diff --git a/Dalamud/Game/Internal/Gui/ChatGui.cs b/Dalamud/Game/Gui/ChatGui.cs similarity index 99% rename from Dalamud/Game/Internal/Gui/ChatGui.cs rename to Dalamud/Game/Gui/ChatGui.cs index 9b60b8b46..09f5d2a2a 100644 --- a/Dalamud/Game/Internal/Gui/ChatGui.cs +++ b/Dalamud/Game/Gui/ChatGui.cs @@ -10,7 +10,7 @@ using Dalamud.Game.Text.SeStringHandling.Payloads; using Dalamud.Hooking; using Serilog; -namespace Dalamud.Game.Internal.Gui +namespace Dalamud.Game.Gui { /// /// This class handles interacting with the native chat UI. @@ -335,7 +335,7 @@ namespace Dalamud.Game.Internal.Gui this.LastLinkedItemId = Marshal.ReadInt32(itemInfoPtr, 8); this.LastLinkedItemFlags = Marshal.ReadByte(itemInfoPtr, 0x14); - Log.Debug($"HandlePopulateItemLinkDetour {linkObjectPtr} {itemInfoPtr} - linked:{this.LastLinkedItemId}"); + Log.Verbose($"HandlePopulateItemLinkDetour {linkObjectPtr} {itemInfoPtr} - linked:{this.LastLinkedItemId}"); } catch (Exception ex) { diff --git a/Dalamud/Game/Internal/Gui/ChatGuiAddressResolver.cs b/Dalamud/Game/Gui/ChatGuiAddressResolver.cs similarity index 97% rename from Dalamud/Game/Internal/Gui/ChatGuiAddressResolver.cs rename to Dalamud/Game/Gui/ChatGuiAddressResolver.cs index 067558e12..07c154f1f 100644 --- a/Dalamud/Game/Internal/Gui/ChatGuiAddressResolver.cs +++ b/Dalamud/Game/Gui/ChatGuiAddressResolver.cs @@ -1,6 +1,8 @@ using System; -namespace Dalamud.Game.Internal.Gui +using Dalamud.Game.Internal; + +namespace Dalamud.Game.Gui { /// /// The address resolver for the class. @@ -102,7 +104,7 @@ namespace Dalamud.Game.Internal.Gui protected override void Setup64Bit(SigScanner sig) { // PrintMessage = sig.ScanText("4055 57 41 ?? 41 ?? 488DAC24D8FEFFFF 4881EC28020000 488B05???????? 4833C4 488985F0000000 4532D2 48894C2448"); LAST PART FOR 5.1??? - this.PrintMessage = sig.ScanText("4055 53 56 4154 4157 48 8d ac 24 ?? ?? ?? ?? 48 81 ec 20 02 00 00 48 8b 05"); + this.PrintMessage = sig.ScanText("40 55 53 56 41 54 41 57 48 8D AC 24 ?? ?? ?? ?? 48 81 EC 20 02 00 00 48 8B 05"); // PrintMessage = sig.ScanText("4055 57 41 ?? 41 ?? 488DAC24E8FEFFFF 4881EC18020000 488B05???????? 4833C4 488985E0000000 4532D2 48894C2438"); old // PrintMessage = sig.ScanText("40 55 57 41 56 41 57 48 8D AC 24 D8 FE FF FF 48 81 EC 28 02 00 00 48 8B 05 63 47 4A 01 48 33 C4 48 89 85 F0 00 00 00 45 32 D2 48 89 4C 24 48 33");