alpha-core
alpha-core copied to clipboard
Investigate placeholder "Unknown Reward" quest reward behavior.
Describe the bug The quest young lovers rewards an Unknown reward
Steps to reproduce .qadd 106 look at reward
Expected behavior Rewarded item should not be unknown
Screenshots
Not a bug, this information comes from original WDB data. https://github.com/The-Alpha-Project/alpha-core/commit/60c1170d34eda032d44fd646bece72719622a342
While the displayed "reward" is technically correct, the quest reward doesn't currently function as intended as the player is indeed rewarded with "Unknown Reward", a worthless item.
As far as I know this is the only quest working like that. On quest resolution the server converts the "Unknown Reward" into the actual items, two Lesser Healing Potions.
This should probably be fixed. As it's only needed for that single quest one could likely hardcode it in QuestManager.handle_choose_reward() and simply replace the "reward" with two Lesser Healing Potions.
If I'm not wrong, more quests had this placeholder reward back in the day. Anyway I'm reopening this Issue so more information can be researched regarding this matter.
Completing the quest does give you the "Unknown Reward" item. Its possible that it was meant to have different functionality and wasn't just a placeholder to indicate to quest designers that this quest needs an actual reward added.
Within the database there is a quest called Deep Ocean Vast Sea which mentions that it needs a reward. This quest does not have any reward set.
Until more hints of what this item was meant to do is uncovered this is my best guess after looking around.
No, the quest was identical in vanilla retail. I played from the very first day of US retail and still remember it. It was also identical in EU retail.
By Blizzards MO the quest would have been labeled as "needs reward" if the reward was not yet set.
According to http://web.archive.org/web/20041120143705/http://wow.allakhazam.com/db/quest.html?wquest=114 the reward listed was indeed "Unknown Reward" and in the comments (from 2004!) someone posts that the actual reward was 5 Minor Healing Potions.
According to Allakhazam there were several more quests with an "Unknown reward" although not all of them concern us (and some of them have the actual reward listed in our database). I'll investigate further.
The quest was updated in Allakhazam the 5th of October and the comment is from the 12th of November so it could also be that in the span of that month Blizz added the actual rewards but it wasn't reflected in Allakhazam yet.