mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* fixed borked Lang::load in setup after d0d2451ff51157728e622142c3be7ae0ba7dcebe
This commit is contained in:
@@ -13,13 +13,13 @@ if (!CLI)
|
||||
|
||||
/* Examples
|
||||
15: {
|
||||
name:'Leichtes R<EFBFBD>stungsset',
|
||||
name:'Leichtes Rüstungsset',
|
||||
quality:1,
|
||||
icon:'INV_Misc_ArmorKit_17',
|
||||
source:-2304,
|
||||
skill:-1,
|
||||
slots:525008,
|
||||
enchantment:'Verst<EFBFBD>rkt (+8 R<EFBFBD>stung)',
|
||||
enchantment:'Verstärkt (+8 Rüstung)',
|
||||
jsonequip:{"armor":8,"reqlevel":1},
|
||||
temp:0,
|
||||
classes:0,
|
||||
@@ -96,7 +96,7 @@ if (!CLI)
|
||||
foreach (CLISetup::$localeIds as $lId)
|
||||
{
|
||||
User::useLocale($lId);
|
||||
Lang::load(Util::$localeStrings[$lId]);
|
||||
Lang::load($lId);
|
||||
|
||||
$enchantsOut = [];
|
||||
foreach ($enchantSpells as $esId => $es)
|
||||
|
||||
Reference in New Issue
Block a user