What's new
  • NEW: Happy Cataclysm gaming! The fresh 4.3.4 Cataclysm Repack V20.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.1 - is now live?
    Download now

[Quest] "Raising Spirits" (Quest 30974, Townlong Steppes) - target gameobject 212375 missing from gameobject_template

Kneuma

MoP Premium
Veteran Member
58
2025
25
[Location, Faction, Race] Townlong Steppes (Niuzao Temple area, the Iron Belly questline), both factions, any race. Quest minimum level 88 per DB.

[Name, Type] Quest 30974 "Raising Spirits" - daily / chain quest in Townlong Steppes. The objective "Iron Belly drinks served" is configured to credit through gameobject interaction (quest_objective type = 2, GAMEOBJECT) on gameobject entry 212375.

[Problem Description] The quest objective points to gameobject template entry 212375, but that gameobject template does NOT exist in gameobject_template (0 rows). Result: there is no GO in the world that can grant objective credit, so even if the player completes the intended in-game action (throwing/serving Iron Belly drinks), nothing increments the objective counter and the quest sits stuck at 0/required in the log.

Reproducible DB queries (read-only, world DB):
SELECT questId, id, type, objectId, description FROM quest_objective WHERE questId = 30974;
-- 1 row: questId 30974, type 2 (GO), objectId 212375, description "Iron Belly drinks served"
SELECT * FROM gameobject_template WHERE entry = 212375; -- 0 rows
SELECT Id, Title, MinLevel FROM quest_template WHERE Id = 30974; -- 1 row, "Raising Spirits", MinLevel 88

[How it should work] Gameobject template entry 212375 should exist in gameobject_template (it represents the in-world object that gets credit when an Iron Belly drink is served). With the template in place the quest can be spawned/scripted to grant credit when the player serves drinks, allowing the objective to complete and the Niuzao Temple / Iron Belly chain to progress.

Links: Quest http://mop-shoot.tauri.hu/?quest=30974 | GO http://mop-shoot.tauri.hu/?object=212375 (missing entry)
 
Back
Top