mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Typos
* fixed display of charges on GameObject Infobox * removed display of achievement points as cost from vendors
This commit is contained in:
@@ -129,7 +129,7 @@ class ObjectPage extends GenericPage
|
||||
// lootinfo: [min, max, restock]
|
||||
if (($_ = $this->subject->getField('lootStack')) && $_[0])
|
||||
{
|
||||
$buff = Lang::item('charges').Lang::main('colon').$_[0];
|
||||
$buff = Lang::spell('spellModOp', 4).Lang::main('colon').$_[0];
|
||||
if ($_[0] < $_[1])
|
||||
$buff .= Lang::game('valueDelim').$_[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user