diff options
author | panikon <panikon@zoho.com> | 2014-05-11 13:36:23 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-05-11 13:36:23 -0300 |
commit | b0fb6e0aab72ebf4a465d013493a0df598ed5edb (patch) | |
tree | b78e8bd70700e2a8c076641c27c4137d7291a687 /npc | |
parent | 3959b35170b784b47423a0533438ac67250a997f (diff) | |
parent | 23f7856488fb6f723778867a467efcea53edad59 (diff) | |
download | hercules-b0fb6e0aab72ebf4a465d013493a0df598ed5edb.tar.gz hercules-b0fb6e0aab72ebf4a465d013493a0df598ed5edb.tar.bz2 hercules-b0fb6e0aab72ebf4a465d013493a0df598ed5edb.tar.xz hercules-b0fb6e0aab72ebf4a465d013493a0df598ed5edb.zip |
Merge branch 'master' of http://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc')
-rw-r--r-- | npc/dev/test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/dev/test.txt b/npc/dev/test.txt index 3cc714993..f9e4fc410 100644 --- a/npc/dev/test.txt +++ b/npc/dev/test.txt @@ -708,7 +708,7 @@ OnReportError: if (.errors == 1) debugmes "**** WARNING: Any self-test results past this point are unreliable because of previous errors. ****"; debugmes "Error: "+.@msg$+": '"+.@val$+"' (found) != '"+.@ref$+"' (expected)"; - .errors++; + ++.errors; //end; return; |