[.92][BUG] BloodCurse Spell
The bloodcurse spell does not function the way it should. I think I know the fix, but I don't have the code to fix it. The problem lies in target type and the caster type. The code apply to caster only works if the CreatureTargetType is the same as the caster themselves. Since the caster is not a city the ApplyToCaster bonus is not working. There needs to be an exception put in the code to allow one to get around the TargetType when boolean value ApplyToCaster is implemented.
Hope this helps track down that particular bug.