change quest links to wowhead
This commit is contained in:
parent
acc1655c92
commit
7afa4cde14
6 changed files with 7 additions and 3 deletions
|
|
@ -84,7 +84,7 @@
|
|||
{{#each this}}
|
||||
<tr class="{{getDiffClass this}}">
|
||||
<td class="quest-name">
|
||||
<a href="{{@root.aowow}}/?quest={{this.id}}">{{this.title}}</a>
|
||||
<a href="{{@root.wowhead}}/quest={{this.id}}">{{this.title}}</a>
|
||||
</td>
|
||||
<td class="quest-level">{{this.questLevel}}</td>
|
||||
<td class="quest-status {{this.char1Status}}">{{this.char1Status}}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue