Random Project

some bugs

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.