mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* move guide localization, so Lang::typeName can pick it up * rename forgotten TYPE_* definitions
This commit is contained in:
@@ -889,7 +889,7 @@ class ItemList extends BaseType
|
||||
{
|
||||
foreach ($jsg as $js)
|
||||
if (empty($this->jsGlobals[Type::CHR_RACE][$js]))
|
||||
$this->jsGlobals[Type::CHR_ACE][$js] = $js;
|
||||
$this->jsGlobals[Type::CHR_RACE][$js] = $js;
|
||||
|
||||
$x .= Lang::game('races').Lang::main('colon').$races.'<br />';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user