Added Fishing CC support
This commit is contained in:
parent
137b2e175f
commit
b5c5e3e109
Binary file not shown.
@ -73,6 +73,15 @@ namespace ArtifactTracker
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fishing CC
|
||||||
|
const auto plaqueFish = dataHandler->LookupForm<RE::BGSListForm>(0xF4B, "ccBGSSSE001-Fish.esm"); // ccBGSSSE001_FishPlaqueGiftFilterList
|
||||||
|
if (plaqueFish) {
|
||||||
|
plaqueFish->ForEachForm([&](RE::TESForm& a_form) {
|
||||||
|
g_artifactMap[a_form.formID] = &a_form;
|
||||||
|
return true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
OnGameLoad();
|
OnGameLoad();
|
||||||
EventListener::Install();
|
EventListener::Install();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user