X-Git-Url: https://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Fgblint.pl;fp=common%2Fscripts%2Fgblint.pl;h=afde47c303dff9a59007c67da95e0c35f1fc1ef2;hp=827a561bb004bcff2a09c8dc14cc768d9dfab483;hb=da8861d79ea4323ea57e181fcceec69ee3150c2d;hpb=d43341d2795b5109ad75c4cb71a3c83e316a5e64 diff --git a/common/scripts/gblint.pl b/common/scripts/gblint.pl index 827a561..afde47c 100755 --- a/common/scripts/gblint.pl +++ b/common/scripts/gblint.pl @@ -283,7 +283,7 @@ while( my $line = <> ) { if( $line =~ /[^>](CLOSE\sCOMBAT\sSKILL)/ || $line =~ /(CLOSE\s+COMBAT\s+SKILL)[^<]/ ) { &printError( "ne", $currentSection, $lineNumber, "possible missing markup", "$1", "$1" ); } - if( $line =~ /[^>](ENDURANCE)/ || $line =~ /(ENDURANCE)[^<]/ ) { + if( $line =~ /[^>](ENDURANCE)/ || $line =~ /(ENDURANCE)(?! Points)[^<]/ ) { &printError( "ne", $currentSection, $lineNumber, "possible missing markup", "ENDURANCE", "ENDURANCE" ); } if( $line =~ /[^>](WILLPOWER)/ || $line =~ /(WILLPOWER)[^<]/ ) {