From 2825720256338785c4cf68ddbc2baee32541806c Mon Sep 17 00:00:00 2001 From: Meridiano Date: Sat, 13 Jun 2026 16:06:00 +0300 Subject: [PATCH] New BSStringPool GetEntry and GetEntryW IDs Change IDs that are now missing in update from 1.16.242 to 1.16.244 (AddLib v21 to v22). --- 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 4ef9e10..a4f874e 100644 --- a/include/RE/IDs.h +++ b/include/RE/IDs.h @@ -364,8 +364,8 @@ namespace RE::ID inline constexpr REL::ID GetSingleton{ 139337 }; } - inline constexpr REL::ID GetEntry{ 139352 }; - inline constexpr REL::ID GetEntryW{ 139354 }; + inline constexpr REL::ID GetEntry{ 1186742 }; + inline constexpr REL::ID GetEntryW{ 1186743 }; } namespace BSStorage