mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* removed most templates by sensibly restructuring lvTab-data. Util::toJSON() does the rest. * taught Util::toJSON() to recognize values prefixed with $ as js-code * use Util::toJSON whenever possible * misc - mail attachments are displyed again - always show all currency rewards on Quest-LVs - suppress an error, when encountering unused ItemMods
11 lines
189 B
PHP
11 lines
189 B
PHP
var _ = [
|
|
{
|
|
id: 'reputation',
|
|
after: 'rewards',
|
|
name: LANG.rep,
|
|
tooltip: LANG.tooltip_repgain,
|
|
width: '8%',
|
|
value: 'reputation'
|
|
}
|
|
];
|