From 9ae77715a9c7b6b8a7031e506505dde4490043c5 Mon Sep 17 00:00:00 2001 From: Meridiano Date: Thu, 29 May 2025 14:09:28 +0300 Subject: [PATCH 1/2] 1.15.216 IDs (A) BSTEventSource RegisterSink BSTEventSource UnregisterSink --- include/RE/IDs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RE/IDs.h b/include/RE/IDs.h index ec634ab2..e020ebc6 100644 --- a/include/RE/IDs.h +++ b/include/RE/IDs.h @@ -372,8 +372,8 @@ namespace RE::ID namespace BSTEventSource { inline constexpr REL::ID Notify{ 0 }; // 178573 - inline constexpr REL::ID RegisterSink{ 0 }; // 34452 - inline constexpr REL::ID UnregisterSink{ 0 }; // 34451 + inline constexpr REL::ID RegisterSink{ 123821 }; + inline constexpr REL::ID UnregisterSink{ 123822 }; } namespace BSTHeapSTLAllocatorBase From 3de94a895177f943b99b7510471176bba89e259c Mon Sep 17 00:00:00 2001 From: Meridiano Date: Thu, 29 May 2025 18:20:44 +0300 Subject: [PATCH 2/2] 1.15.216 IDs (B) TESEquipEvent GetEventSource BSTEventSource Notify --- include/RE/IDs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RE/IDs.h b/include/RE/IDs.h index e020ebc6..43423404 100644 --- a/include/RE/IDs.h +++ b/include/RE/IDs.h @@ -371,7 +371,7 @@ namespace RE::ID namespace BSTEventSource { - inline constexpr REL::ID Notify{ 0 }; // 178573 + inline constexpr REL::ID Notify{ 123824 }; inline constexpr REL::ID RegisterSink{ 123821 }; inline constexpr REL::ID UnregisterSink{ 123822 }; } @@ -2215,7 +2215,7 @@ namespace RE::ID namespace TESEquipEvent { - inline constexpr REL::ID GetEventSource{ 0 }; // 107161 + inline constexpr REL::ID GetEventSource{ 64135 }; } namespace TESForm