The paladin class quest Tome of Divinity has a bug where the NPC Stephanie Turner is out of position and can’t be interacted with. She’s facing into a wall near the Stormwind auction house and has no quest icon. A few people on other sites have had the same issue. Paladins can’t learn the Redemption ability without this quest.
A possible solution: abandon the quest and talk to the pally trainers in Ironforge.
Thanks mate but already tried. I think it’s a server-side issue.
I am having the same problem, stephanie is stuck against a wall near the sw gates
I know this is 5 years old at this point, but I was having this issue as well. I’m playing Classic and still didn’t have redemption at level 45 due to this issue. I started doing some digging and have finally found where I was going wrong! After running the scripts to check for quest completion, I had completed the first 3 quests in this chain, but did not complete the quest that started with Stephanie Turner in the Trade District in Stormwind (this is step 4 of the chain). If you are stuck, check with her!!!
Here are the scripts in the quest chain that I ran:
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1642))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1643))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1644))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1780))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1781))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1786))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1787))
- /run print(C_QuestLog.IsQuestFlaggedCompleted(1788))
Hope this helps!