From 6605d11a98b44c500cebd95e00e1344427f7f5a7 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Fri, 16 Feb 2024 08:19:47 +0100 Subject: [PATCH] Fixed quest journal's VR address --- source/Enderal DLL/src/Patches/DialogueMenuPatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Enderal DLL/src/Patches/DialogueMenuPatch.h b/source/Enderal DLL/src/Patches/DialogueMenuPatch.h index ba7b7faa..1a5458c9 100644 --- a/source/Enderal DLL/src/Patches/DialogueMenuPatch.h +++ b/source/Enderal DLL/src/Patches/DialogueMenuPatch.h @@ -46,7 +46,7 @@ private: { using func_t = decltype(&OpenJournal); // Checked: 1.5.97, 1.6.640, 1.6.659, 1.6.1130 - REL::Relocation func{ REL::VariantID(52428, 53327, 0x8EAD70) }; + REL::Relocation func{ REL::VariantID(52428, 53327, 0x92F0F0) }; func(a_bool); }