Skip to content

Fix mindswap the rest of the way

Rob Nelson requested to merge pull/11651/fixmindswapagain into Bleeding-Edge

Created by: clusterfack

So all the spells were being added properly to the new mob just as intended. But as a quirk of add_spell() code, only spells that were added when there was no spell master were getting their holder var set to the new mob they were added to. Fixes #11537 (closed)

Merge request reports