Hello!
I'm new to this forum, but did already check a lot of things out. I've downloaded the sourcefiles and successfully compiled a core (bnetserver and worldserver) for 7.2.0.
However when starting the server there are many database issues. I'd like to fix those, starting with spells. I was working on getting First Aid fixed. I saw that first aid is entry -746 in table spell_script_names and uses c++ function spell_gen_bandage.
In the attachment the log generates an error complaining that there are no ranks. However I've got a populated spell_ranks table (see attachment). Both in spell_ranks and in spell_script_names I've got no duplicates. What could be the reason for having still this issue?