mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- implemented use of itemExtendedCost and fueled some more item-tabs with it
- tinkering with learned spells and added teach-tabs to item.php - required arenaRating in item tooltips - updated js-functions handling currencies - updated Markup with correct links - i probably forgot to add sql
This commit is contained in:
@@ -375,9 +375,11 @@ if (!$smarty->loadCache($cacheKey, $pageData, $filter))
|
||||
|
||||
if ($cats[0] !== null) // !any Spell (php loose comparison: (null == 0) is true)
|
||||
{
|
||||
$conditions[] = 'OR';
|
||||
$conditions[] = ['s.typeCat', 0];
|
||||
$conditions[] = ['s.cuFlags', SPELL_CU_EXCLUDE_CATEGORY_SEARCH, '&'];
|
||||
$conditions[] = array(
|
||||
'OR',
|
||||
['s.typeCat', 0],
|
||||
['s.cuFlags', SPELL_CU_EXCLUDE_CATEGORY_SEARCH, '&']
|
||||
);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user