Compare commits

..

No commits in common. "17eb76ad7b7c1a38108f1228034da452a80f8466" and "8b6de185263ee0c3420842b4288aaacbf70575af" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ namespace XivCommon.Functions.Tooltips {
/// </summary>
public class Tooltips : IDisposable {
private static class Signatures {
internal const string AgentItemDetailUpdateTooltip = "E8 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 89 AE ?? ?? ?? ?? 48 89 AE";
internal const string AgentItemDetailUpdateTooltip = "E8 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 89 AE";
internal const string AgentActionDetailUpdateTooltip = "E8 ?? ?? ?? ?? EB 68 FF 50 40";
internal const string SadSetString = "E8 ?? ?? ?? ?? F6 47 14 08";
}

View File

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7-windows</TargetFramework>
<TargetFramework>net6-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<Version>7.0.1</Version>
<Version>6.0.2</Version>
<DebugType>full</DebugType>
</PropertyGroup>