* made racial traits searchable under abilities
This commit is contained in:
Sarjuuk 2018-08-11 23:13:09 +02:00
parent ed614d3938
commit ceedf3fbdd

View file

@ -639,7 +639,7 @@ class SearchPage extends GenericPage
private function _searchAbility($cndBase) // 7 Abilities (Player + Pet) $searchMask & 0x0000080
{
$cnd = array_merge($cndBase, array( // hmm, inclued classMounts..?
['s.typeCat', [7, -2, -3]],
['s.typeCat', [7, -2, -3, -4]],
[['s.cuFlags', (SPELL_CU_TRIGGERED | SPELL_CU_TALENT), '&'], 0],
[['s.attributes0', 0x80, '&'], 0],
$this->createLookup()