mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Search/Spells
* fixed some spells being skipped in search (hopefully)
This commit is contained in:
@@ -1280,7 +1280,8 @@ class SearchPage extends GenericPage
|
|||||||
[
|
[
|
||||||
'OR',
|
'OR',
|
||||||
['s.typeCat', [0, -9]],
|
['s.typeCat', [0, -9]],
|
||||||
['AND', ['s.cuFlags', SPELL_CU_TRIGGERED, '&'], ['s.typeCat', [7, -2]]]
|
['s.cuFlags', SPELL_CU_TRIGGERED, '&'],
|
||||||
|
['s.attributes0', 0x80, '&']
|
||||||
],
|
],
|
||||||
$this->createLookup()
|
$this->createLookup()
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user