Currency/PvP

* convert and assign correct icons for honor points and arena points from /Interface/PvPFrame
This commit is contained in:
Sarjuuk
2023-04-20 19:47:32 +02:00
parent a6897ad2f8
commit 5c227c01e4
5 changed files with 23 additions and 17 deletions

View File

@@ -51,9 +51,9 @@ class CurrencyList extends BaseType
{
// todo (low): find out, why i did this in the first place
if ($this->id == 104) // in case of honor commit sebbuku
$icon = ['inv_bannerpvp_02', 'inv_bannerpvp_01']; // ['alliance', 'horde'];
$icon = ['pvp-currency-alliance', 'pvp-currency-horde'];
else if ($this->id == 103) // also arena-icon diffs from item-icon
$icon = ['money_arena', 'money_arena'];
$icon = ['pvp-arenapoints-icon', 'pvp-arenapoints-icon'];
else
$icon = [$this->curTpl['iconString'], $this->curTpl['iconString']];