I say possible, because I don't have another client downloaded yet, just in case its at my end is bad.
Using a new install on minimal client, I am getting the same results.
Tested NPC:
Mumman (16719) in the exodar
Alegorn (4210) from Darnassus
Bethany Cromwell (33587) from Icecrown
In game, Mumman and Bethany Cromwell both offer all the training levelups, but only recipes from 300skill upwards.
Alegorn offers the lower recipes however icon images are wrong (a purple circle) and the training window appears wrong as it doesnt show the skill level required or the level skillup box at the top.
On the world database, running
SELECT * FROM npc_trainer WHERE ID = 33587 ORDER BY ReqSkillRank ASC
gives me 51 returns for all 3 NPCs, and the expected spells are in the list with the correct ReqSkillRank and ReqLevel, they are just unavailable on the NPC.
I say possible, because I don't have another client downloaded yet, just in case its at my end is bad. Using a new install on minimal client, I am getting the same results.
Tested NPC: Mumman (16719) in the exodar Alegorn (4210) from Darnassus Bethany Cromwell (33587) from Icecrown
In game, Mumman and Bethany Cromwell both offer all the training levelups, but only recipes from 300skill upwards.
Alegorn offers the lower recipes however icon images are wrong (a purple circle) and the training window appears wrong as it doesnt show the skill level required or the level skillup box at the top.
On the world database, running SELECT * FROM
npc_trainer
WHEREID
= 33587 ORDER BYReqSkillRank
ASC gives me 51 returns for all 3 NPCs, and the expected spells are in the list with the correct ReqSkillRank and ReqLevel, they are just unavailable on the NPC.