mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Currency/PvP
* convert and assign correct icons for honor points and arena points from /Interface/PvPFrame
This commit is contained in:
@@ -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']];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user