- 58
- 2025
- 25
[Location, Faction, Race] Dread Wastes, both factions, any race. Quest minimum level 87 per DB.
[Name, Type] Quest 30759 "Into the Mouth of Hatred" - Dread Wastes quest. The single quest objective "Sotelo's Plunger used" is configured to credit through gameobject interaction (quest_objective type = 2, GAMEOBJECT) on gameobject entry 223458.
[Problem Description] The quest objective points to gameobject template entry 223458 (Sotelo's Plunger), but that gameobject template does NOT exist in gameobject_template (0 rows). Without the template no plunger object can spawn in the world, so the player has nothing to click to detonate the explosives, and the objective cannot be credited - the quest is stuck.
Reproducible DB queries (read-only, world DB):
SELECT questId, id, type, objectId, description FROM quest_objective WHERE questId = 30759;
-- 1 row: questId 30759, type 2 (GO), objectId 223458, description "Sotelo's Plunger used"
SELECT * FROM gameobject_template WHERE entry = 223458; -- 0 rows
SELECT Id, Title, MinLevel FROM quest_template WHERE Id = 30759; -- 1 row, "Into the Mouth of Hatred", MinLevel 87
[How it should work] Gameobject template entry 223458 (Sotelo's Plunger) should exist in gameobject_template. With the template present, the plunger can be spawned at the quest location, the player can interact with it to trigger the detonation, and the objective credits, allowing the quest to complete and the Dread Wastes chain to progress.
Links: Quest http://mop-shoot.tauri.hu/?quest=30759 | GO http://mop-shoot.tauri.hu/?object=223458 (missing entry)
[Name, Type] Quest 30759 "Into the Mouth of Hatred" - Dread Wastes quest. The single quest objective "Sotelo's Plunger used" is configured to credit through gameobject interaction (quest_objective type = 2, GAMEOBJECT) on gameobject entry 223458.
[Problem Description] The quest objective points to gameobject template entry 223458 (Sotelo's Plunger), but that gameobject template does NOT exist in gameobject_template (0 rows). Without the template no plunger object can spawn in the world, so the player has nothing to click to detonate the explosives, and the objective cannot be credited - the quest is stuck.
Reproducible DB queries (read-only, world DB):
SELECT questId, id, type, objectId, description FROM quest_objective WHERE questId = 30759;
-- 1 row: questId 30759, type 2 (GO), objectId 223458, description "Sotelo's Plunger used"
SELECT * FROM gameobject_template WHERE entry = 223458; -- 0 rows
SELECT Id, Title, MinLevel FROM quest_template WHERE Id = 30759; -- 1 row, "Into the Mouth of Hatred", MinLevel 87
[How it should work] Gameobject template entry 223458 (Sotelo's Plunger) should exist in gameobject_template. With the template present, the plunger can be spawned at the quest location, the player can interact with it to trigger the detonation, and the objective credits, allowing the quest to complete and the Dread Wastes chain to progress.
Links: Quest http://mop-shoot.tauri.hu/?quest=30759 | GO http://mop-shoot.tauri.hu/?object=223458 (missing entry)