Build precise queries to find exactly what you need
Press ESC to close
@gridd
Favorites0
Views
Projects0
good plugin. bugs noticed: around 342 line: if ($o_category eq 'raidLastError') { if ($value eq 'No Errors') should be if ($o_category eq 'raidLastError') { if ($value eq 0) since $value is a numeric, not a string.
Reviewed 13 years ago