- 58
- 2025
- 25
[Location, Faction, Race] Veiled Stair (Tavern in the Mists upper floor / The Black Market Tavern - Map 870, near coords 753, -403, 503), both factions, any race.
[Name, Type] Wrathion (NPC entry 69782), The Black Prince - Quest Giver for the Legendary Cloak chain. Specifically the quest step Quest 32592 "I Need a Champion" (the Exalted-with-Black-Prince gate near the end of the chain).
[Problem Description] Wrathion (creature_queststarter) is configured to offer Quest 32592, but Quest 32592 does NOT exist in world.quest_template. This is a step in the MoP Legendary Cloak questline (between "Meet Me Upstairs" 32590 and "Secrets of the First Empire" 32591). Because the row is missing, Wrathion silently offers nothing at that step and the player cannot proceed to the next stage of the legendary cloak progression.
Reproducible DB queries (read-only, world DB):
SELECT * FROM creature_queststarter WHERE id = 69782 AND quest = 32592; -- 1 row
SELECT * FROM quest_template WHERE Id = 32592; -- 0 rows
SELECT Id, Title, PrevQuestId FROM quest_template WHERE Id = 32591; -- 1 row, "Secrets of the First Empire", PrevQuestId = 32590 ("Meet Me Upstairs") -- the gap step 32592 is just missing in between
[How it should work] Quest 32592 "I Need a Champion" should exist in world.quest_template as a step in the Legendary Cloak chain, gating progression on reaching Exalted with The Black Prince. Wrathion should offer this quest after the prior step is completed and accepting/completing it should unlock Quest 32591 "Secrets of the First Empire".
Links: NPC http://mop-shoot.tauri.hu/?npc=69782 | Quest 32592 (missing) http://mop-shoot.tauri.hu/?quest=32592 | Next step Quest 32591 http://mop-shoot.tauri.hu/?quest=32591
[Name, Type] Wrathion (NPC entry 69782), The Black Prince - Quest Giver for the Legendary Cloak chain. Specifically the quest step Quest 32592 "I Need a Champion" (the Exalted-with-Black-Prince gate near the end of the chain).
[Problem Description] Wrathion (creature_queststarter) is configured to offer Quest 32592, but Quest 32592 does NOT exist in world.quest_template. This is a step in the MoP Legendary Cloak questline (between "Meet Me Upstairs" 32590 and "Secrets of the First Empire" 32591). Because the row is missing, Wrathion silently offers nothing at that step and the player cannot proceed to the next stage of the legendary cloak progression.
Reproducible DB queries (read-only, world DB):
SELECT * FROM creature_queststarter WHERE id = 69782 AND quest = 32592; -- 1 row
SELECT * FROM quest_template WHERE Id = 32592; -- 0 rows
SELECT Id, Title, PrevQuestId FROM quest_template WHERE Id = 32591; -- 1 row, "Secrets of the First Empire", PrevQuestId = 32590 ("Meet Me Upstairs") -- the gap step 32592 is just missing in between
[How it should work] Quest 32592 "I Need a Champion" should exist in world.quest_template as a step in the Legendary Cloak chain, gating progression on reaching Exalted with The Black Prince. Wrathion should offer this quest after the prior step is completed and accepting/completing it should unlock Quest 32591 "Secrets of the First Empire".
Links: NPC http://mop-shoot.tauri.hu/?npc=69782 | Quest 32592 (missing) http://mop-shoot.tauri.hu/?quest=32592 | Next step Quest 32591 http://mop-shoot.tauri.hu/?quest=32591