Search/Spells
* fixed some spells being skipped in search (hopefully)
This commit is contained in:
parent
b7bf58a664
commit
08c98bc8ee
1 changed files with 2 additions and 1 deletions
|
|
@ -1280,7 +1280,8 @@ class SearchPage extends GenericPage
|
|||
[
|
||||
'OR',
|
||||
['s.typeCat', [0, -9]],
|
||||
['AND', ['s.cuFlags', SPELL_CU_TRIGGERED, '&'], ['s.typeCat', [7, -2]]]
|
||||
['s.cuFlags', SPELL_CU_TRIGGERED, '&'],
|
||||
['s.attributes0', 0x80, '&']
|
||||
],
|
||||
$this->createLookup()
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue