Search/Spells

* fixed some spells being skipped in search (hopefully)
This commit is contained in:
Sarjuuk
2020-04-10 22:51:13 +02:00
parent b7bf58a664
commit 08c98bc8ee

View File

@@ -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()
));