Search
* made racial traits searchable under abilities
This commit is contained in:
parent
ed614d3938
commit
ceedf3fbdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue