LordJZ/spellwork_cs

Suggestion: Flags check for "HasFlag"

Closed this issue · 2 comments

Currently if you want to filter by attributes, you can only filter which spells have the exact attribute as you enter, but I think more often a filter for spells with "HasFlag(entered_value)" might be more usefull

Keep up the nice work ;)

It is called Bitwise-And, and is already implemented.
http://dl.dropbox.com/u/9241118/spellwork_advanced_filter.gif

oh nice, I thought I had already some recentish version ^^