Skip to content

Commit 52e8bf0

Browse files
committed
Updated wowhead links and title
1 parent 400653e commit 52e8bf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/components/wow-classic/description.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
return this.$store.state.items.item
4444
},
4545
wowheadUrl () {
46-
return `https://tbc.wowhead.com/item=${this.item.itemId}`
46+
return `https://wowhead.com/wotlk/item=${this.item.itemId}`
4747
},
4848
tooltip () {
4949
// Remove item name and drop chance labels

ui/sites/wow-classic/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<search-button :path="'/wow-classic/search'" />
2424
</div>
2525

26-
<h2>All TBC Classic Auction House data and prices in one place!</h2>
26+
<h2>All WotLK Classic Auction House data and prices in one place!</h2>
2727
</div>
2828
</header>
2929

0 commit comments

Comments
 (0)