feat: arena ladder

This commit is contained in:
Axel Cocat 2023-08-05 00:42:55 +02:00
parent ac6ca4c84e
commit f7be06074e
12 changed files with 429 additions and 10 deletions

View file

@ -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),