TrinityCore / TrinityCore/TrinityCore
Item 191854 (Briny Seawater) missing from DB
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.8k
- Forks
- 6.4k
- Avg merge
- 3d 16m
- Merged PRs (30d)
- 6
Description
Description
Required for quest 66390 (https://www.wowhead.com/quest=66390/missing-merchandise). This item doesn't get added when accepting the quest and also is missing if you try to .additem it.
It looks like it's missing from ItemSparse.dbc which is possibly why it's not getting added. (https://wow.tools/dbc/?dbc=itemsparse&build=10.0.5.47481#page=1&search=191854). It does exist in Item.dbc though.

Expected behaviour
When accepting the quest, the item should be added to inventory
Steps to reproduce the problem
- Start the quest "Missing Merchandise" from the NPC outside Stormwind Stockade
- Quest is added, but item is not
- Attempting to use
.additem 191854gives an invalid item id error
Branch
master
TC rev. hash/commit
cd62dc44916cd2d3e9522e1373e27bd01b27c84f
Operating system
Windows 10 x64
Custom changes
none
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the item data in ItemSparse.dbc and Item.dbc for item 191854, using quest 66390 and .additem 191854 as the reproduction cases. Confirm that accepting “Missing Merchandise” adds the item and that the command no longer reports an invalid item ID.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100