4
Fork 0

Fixed quest journal's VR address

development
Eddoursul 2 months ago
parent 645d58b9e4
commit 6605d11a98
  1. 2
      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_t> func{ REL::VariantID(52428, 53327, 0x8EAD70) };
REL::Relocation<func_t> func{ REL::VariantID(52428, 53327, 0x92F0F0) };
func(a_bool);
}

Loading…
Cancel
Save