--- deliantra/server/ext/Jeweler.pm 2007/02/04 11:17:52 1.9 +++ deliantra/server/ext/Jeweler.pm 2007/02/04 11:44:43 1.10 @@ -1085,6 +1085,8 @@ my $check_cnts = 0; my $check_true = 0; for my $match (@matchar) { + $check_cnts = 0 if $i % 3 == 0; + if ($match =~ m/^\s*$/) { $i++; next;