mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixes
* fixed stats when comparing items with scaling random enchantments * fixed BOM on compare.php * fixed multiple typos and notices
This commit is contained in:
@@ -631,6 +631,11 @@ class SearchPage extends GenericPage
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($items->iterate() as $itemId => $__)
|
||||
if (!empty($data[$itemId]['subitems']))
|
||||
foreach ($data[$itemId]['subitems'] as &$si)
|
||||
$si['enchantment'] = implode(', ', $si['enchantment']);
|
||||
|
||||
$result = array(
|
||||
'type' => TYPE_ITEM,
|
||||
'appendix' => ' (Item)',
|
||||
|
||||
Reference in New Issue
Block a user