1
Fork 0

Renumbered ETR_ExcludeMiscKeywords

ae-1.6.629
Eddoursul 2 years ago
parent 20462fa9d3
commit bb427cc419
  1. BIN
      Artifact Tracker.esp
  2. BIN
      SKSE/Plugins/ArtifactTrackerFunctions.dll
  3. 2
      Source/ArtifactTrackerDLL/src/MiscCheck.cpp

Binary file not shown.

@ -12,7 +12,7 @@ namespace MiscCheck
return;
}
RE::BGSListForm* excludeKeywords = dataHandler->LookupForm<RE::BGSListForm>(0x808, "Artifact Tracker.esp"); // ETR_ExcludeMiscKeywords
RE::BGSListForm* excludeKeywords = dataHandler->LookupForm<RE::BGSListForm>(0x801, "Artifact Tracker.esp"); // ETR_ExcludeMiscKeywords
for (const auto& form : dataHandler->GetFormArray<RE::TESObjectMISC>()) {
if (form->GetPlayable() && !form->IsGold() && !form->IsLockpick() && !form->HasKeywordInList(excludeKeywords, false)) {

Loading…
Cancel
Save