modheal.inc had errors with PR type spells not setting PRSpell to the right heal number. It basically caused healers to rewrite your delayed healed PR spell before it had went off. I also fixed it so it included the 103 PR spell, in the two locations where it was located.
became
Rich (BB code):
/if (${Select[${Spell[${AHSpell[${a}]}.ID]},9755,9756,9757,...
became
Rich (BB code):
/if (${Select[${Spell[${AHSpell[${a}]}].ID},9755,9756,9757,...

