Skip to content

Fixes a null reference runtime that occurs if a wizard elects to reset spells.

Rob Nelson requested to merge pull/3847/MagicNullreferenceException into Bleeding-Edge

Created by: PsiOmegaDelta

Caused by spell_list and other lists now containing null elements after spells were deleted. This should ensure that the screen spell GUI doesn't break permanently.

Merge request reports