From 340ac667ef6250c5f3d0ff80e0a6a6baaa102ec4 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 7 Dec 2021 02:03:11 -0500 Subject: [PATCH] chore: update for 6.0 --- TheGreatSeparator/TheGreatSeparator.cs | 6 +++--- TheGreatSeparator/TheGreatSeparator.csproj | 2 +- TheGreatSeparator/TheGreatSeparator.yaml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TheGreatSeparator/TheGreatSeparator.cs b/TheGreatSeparator/TheGreatSeparator.cs index 2cbbd96..e36f489 100755 --- a/TheGreatSeparator/TheGreatSeparator.cs +++ b/TheGreatSeparator/TheGreatSeparator.cs @@ -21,11 +21,11 @@ namespace TheGreatSeparator { internal const string ShowFlyText = "E8 ?? ?? ?? ?? FF C7 41 D1 C7"; internal const string SprintfNumber = "48 83 EC 28 44 8B C9"; - internal const string FlyTextStringify = "45 33 C0 C6 44 24 ?? ?? 41 8B D6 E8 ?? ?? ?? ??"; - internal const string HotbarManaStringify = "45 33 C0 48 8B CE C6 44 24 ?? ?? 42 8B 14 38 E8 ?? ?? ?? ??"; + internal const string FlyTextStringify = "45 33 C0 C6 44 24 ?? ?? 41 8B D6 E8"; + internal const string HotbarManaStringify = "45 33 C0 48 8B CE C6 44 24 ?? ?? 42 8B 14 38 E8"; internal const string PartyListStringify = "45 33 C0 C6 44 24 ?? ?? 8B D5 E8 ?? ?? ?? ?? EB"; - internal const string Separator = "44 0F B6 05 ?? ?? ?? ?? 45 84 C0 74 36 F6 87 ?? ?? ?? ?? ??"; + internal const string Separator = "44 0F B6 05 ?? ?? ?? ?? 45 84 C0 74 36 F6 87"; } private static readonly byte[] ThirdArgOne = { diff --git a/TheGreatSeparator/TheGreatSeparator.csproj b/TheGreatSeparator/TheGreatSeparator.csproj index 19cb6dd..c6b1973 100755 --- a/TheGreatSeparator/TheGreatSeparator.csproj +++ b/TheGreatSeparator/TheGreatSeparator.csproj @@ -35,6 +35,6 @@ - + diff --git a/TheGreatSeparator/TheGreatSeparator.yaml b/TheGreatSeparator/TheGreatSeparator.yaml index a9d5cb0..e5fb25a 100755 --- a/TheGreatSeparator/TheGreatSeparator.yaml +++ b/TheGreatSeparator/TheGreatSeparator.yaml @@ -8,3 +8,4 @@ description: |- - Party list HP - Ability costs on hotbars - Ability costs in tooltips +repo_url: https://git.annaclemens.io/ascclemens/TheGreatSeparator