TrinityCore / TrinityCore/TrinityCore

Item 191854 (Briny Seawater) missing from DB

Open
#28,678 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Branch-master
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.

image

Expected behaviour

When accepting the quest, the item should be added to inventory

Steps to reproduce the problem
  1. Start the quest "Missing Merchandise" from the NPC outside Stormwind Stockade
  2. Quest is added, but item is not
  3. Attempting to use .additem 191854 gives an invalid item id error
Branch

master

TC rev. hash/commit

cd62dc44916cd2d3e9522e1373e27bd01b27c84f

Operating system

Windows 10 x64

Custom changes

none

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.