From afe1e2169f32e58bbfdb583a5602ea929db8eec1 Mon Sep 17 00:00:00 2001 From: chirp Date: Fri, 31 Mar 2023 11:13:59 +0100 Subject: [PATCH] Update OopsMaybeLalafellsPlugin.cs --- Dalamud/Fools/Plugins/OopsMaybeLalafellsPlugin.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dalamud/Fools/Plugins/OopsMaybeLalafellsPlugin.cs b/Dalamud/Fools/Plugins/OopsMaybeLalafellsPlugin.cs index 1b0bce47d..de3c64e55 100644 --- a/Dalamud/Fools/Plugins/OopsMaybeLalafellsPlugin.cs +++ b/Dalamud/Fools/Plugins/OopsMaybeLalafellsPlugin.cs @@ -14,12 +14,13 @@ namespace Dalamud.Fools.Plugins; public class OopsMaybeLalafells : IFoolsPlugin { - // Plugin + // Oops, Maybe Lalafells? + // This plugin is deliberately nerfed to prevent a fully-formed revival of the original. public OopsMaybeLalafells() { var scanner = Service.Get(); - var addr = scanner.Module.BaseAddress + 0x0484F60; + var addr = scanner.Module.BaseAddress + 0x0484F60; // Deliberate choice in line with the above comment - this is intended to break after the next patch. SetupCharacterHook = Hook.FromAddress(addr, SetupCharacterDetour); SetupCharacterHook.Enable(); RedrawAll();