Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

Show item prices in currency pages #168

Closed wodim closed 5 years ago

wodim commented 5 years ago

https://db.rising-gods.de/?currency=161#currency-for

You've got to click the items to see how many Stone Keeper's Shards they are worth. It would be better if that amount was displayed right there. It's already displayed in the SKS item page, so maybe you could link to that page from the currency page?

Sarjuuk commented 5 years ago

Dunno... Prices are per vendor and an item can be sold by multiple vendors. How would that be resolved..?

wodim commented 5 years ago

Why is that a problem in the currency page and not in the item page? The item page just adds another column for price...

Sarjuuk commented 5 years ago

hrm .. if there are multiple results they are probably discarded. /e: or it bugs out like in the case of item:44115 .. which is even sold by the same vendor for different currencies. /e²: and multiple vendors

Sarjuuk commented 5 years ago

the real kicker is, the (costly) calculations where already run, but the result wasn't displayed, because the column was missing.

ead6e72