azerothcore / azerothcore/mod-transmog
There is a problem adding invisible items.
- Dominant language
- C++
- Stars
- 189
- Forks
- 205
- PR merge metrics
- No merged PRs in 30d
Description
Show token fees but not deduct them.
example:
configuration files
Transmogrification.AllowHiddenTransmog = 1
Set token =29434
Quantity =10
Custom gold coin fee =1000000
Click on the invisible item.
The interface only shows
Token =Badge of Justice quantity X10
Custom gold coin fee is not displayed.
But no fees are deducted.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with Transmogrification.AllowHiddenTransmog=1, token 29434, quantity 10, and a custom gold coin fee of 1000000, then trace the hidden-item interaction in the module. Check where the interface builds the fee display and where fees are deducted; done means both fees are shown and correctly deducted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100