* [TEST] Biota Guid Consolidator
Seems to work. Need to make sure the following weenie types are ok:
Allegiance
Hooker
* Update EnchatnmentRegistry
* ... such a simple fix
The second foreach was running the linq query again which wasn't returning the results needed.. ToList() gets our results so we can iterate over them twice, properly.
* Add guid conversion for shortcuts
Co-authored-by: Ty Conner <tyconner@itcproductions.com>