From b180fefb126b2af45ae221554d51f340104dd25e Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:01:49 +0530 Subject: [PATCH] fix: `TESForm::LookupByEditorID` ID --- CommonLibSF/include/RE/IDs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibSF/include/RE/IDs.h b/CommonLibSF/include/RE/IDs.h index 7d9aa9e5..47a8109d 100644 --- a/CommonLibSF/include/RE/IDs.h +++ b/CommonLibSF/include/RE/IDs.h @@ -323,7 +323,7 @@ namespace RE::ID inline constexpr REL::ID DecExternalRefCount{ 34165 }; inline constexpr REL::ID DecRefCount{ 35164 }; inline constexpr REL::ID LookupByID{ 86125 }; - inline constexpr REL::ID LookupByEditorID{ 86127 }; + inline constexpr REL::ID LookupByEditorID{ 86123 }; } namespace TESObjectARMO