It looks like the resources update broke this.
Code:
<s id="767" index="12" prefix="/magic" english="Raise" german="Wiederbeleben" french="Vie" japanese="レイズ" type="Unknown" element="Fire" targets="Self" skill="Unknown" mpcost="0" casttime="0" recast="0" alias="r" />
Notice the targets, its defaulting to self. This is the case for raise 1 and 2, but raise 3 is set to corpse.
Take a look at the above line, I did not test this, but take a look at the alias="r" in the raise line, you might be able to do this for cure 6. it looks like cure 6 has alias="" so if you just save c6 in there it should work.
I'd have to guess the way this file is being built was updated (I recall people finding the new dat file within the past couple months, and that being used rather then the old one and applying fixes) or that SE changed something about these spells (seems odd). Maybe nitsuj can clarify.