Doing the default leveling profile, reached lv65 and its now stuck on the quest I Work... For the Horde! - Quest - World of Warcraft The id's for the 2 items on wowhead and the profile says 67419 and 67420. The id's when checking developer mode says 182936 182937 182938 Imgur: The most awesome images on the Internet However, none of the 2 seems to pick up the quest items (it just keeps running around the hotspot). I have "loot enabled" in the settings. Any idea? I can upload the log, but trust me there isn't much you can deduce from there.
Sorry for the delay. The game object, and the item object are two different entities. What you're looking at is the game object's ID. And what's being assigned in the profile is the item ID. The Objective logic does a lookup for the item ID on WoWhead to see what objects the item is obtainable from. So it automatically 'learns' that the item is obtainable through the objects 182936, 182937 and 182938. However, the Objective logic is considered obsolete by this point given it doesn't work too well these days. We're slowly moving all quest handling off Objective and to quest behaviors. I'll go ahead and convert this quest over to QuestBehaviors using the IDs you provided. Thanks for the report!