feat: arena ladder
This commit is contained in:
parent
ac6ca4c84e
commit
f7be06074e
12 changed files with 429 additions and 10 deletions
|
|
@ -319,6 +319,7 @@ export class CharacterController {
|
|||
|
||||
res.render("character-pvp.hbs", {
|
||||
title: `Armory - ${charData.name} - PvP`,
|
||||
realm: realm.name,
|
||||
...this.makeSharedDataObject(realm, charData),
|
||||
faction: Utils.getFactionFromRaceId(charData.race),
|
||||
kills: await this.getPvpKills(realm.name, charData.guid),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue