We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400653e commit 52e8bf0Copy full SHA for 52e8bf0
2 files changed
ui/components/wow-classic/description.vue
@@ -43,7 +43,7 @@ export default {
43
return this.$store.state.items.item
44
},
45
wowheadUrl () {
46
- return `https://tbc.wowhead.com/item=${this.item.itemId}`
+ return `https://wowhead.com/wotlk/item=${this.item.itemId}`
47
48
tooltip () {
49
// Remove item name and drop chance labels
ui/sites/wow-classic/index.vue
@@ -23,7 +23,7 @@
23
<search-button :path="'/wow-classic/search'" />
24
</div>
25
26
- <h2>All TBC Classic Auction House data and prices in one place!</h2>
+ <h2>All WotLK Classic Auction House data and prices in one place!</h2>
27
28
</header>
29
0 commit comments