From 9519a45d73eb5d9dc0a8d07d9dae09ae4bfbfb07 Mon Sep 17 00:00:00 2001 From: Riot Date: Wed, 24 May 2023 07:03:11 +0200 Subject: [PATCH] fix: New sig for timelinemanager. Yes it's disgusting, but what can ya do? --- RotationSolver/Watcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RotationSolver/Watcher.cs b/RotationSolver/Watcher.cs index 5c2c07e26..a172aabdd 100644 --- a/RotationSolver/Watcher.cs +++ b/RotationSolver/Watcher.cs @@ -20,7 +20,7 @@ public class Watcher : IDisposable /// /// https://github.com/Tischel/ActionTimeline/blob/master/ActionTimeline/Helpers/TimelineManager.cs#L86 /// - [Signature("4C 89 44 24 ?? 55 56 41 54 41 55 41 56", DetourName = nameof(ReceiveAbilityEffect))] + [Signature("40 55 53 57 41 54 41 55 41 56 41 57 48 8D AC 24 ?? ?? ?? ?? 48 81 EC ?? ?? ?? ?? 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 45 70", DetourName = nameof(ReceiveAbilityEffect))] private static Hook _receiveAbilityHook = null;