UORP's item name change for Summon Skeleton Champ scroll causes problems with mods that target the original localisation variable, which UORP changes to the one from the Summon Skeleton Champion spell.
Record in question: ScrollStandardSummonSkeletonChampionExpert [BOOK:0008AD9B]
Original name var: LOC_FN_ScrollStandardSummonSkeletonChampionExpert
Altered name var: LOC_FN_StandardSummonSkeletonChampionExpert
This problem applies i.a. to sorter mods that change the item/spell name either directly through modification of the LocRes table via PAK mods or ones that use MagicLoader for that process. My mod "Magical Item and Spell Sorter (MISS)" does change the name of both the scroll and the spell. But due to UORP's variable switch, the scroll suddenly uses the spell's tag and isn't sorted properly.