summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/db_lint
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-20 21:22:23 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-20 21:22:23 +0200
commit4d3155634e1152ad1db9705f70e07fa5b35fd13c (patch)
treeba536313d75508821d0166ed4918f664cd6f00f3 /crawl-ref/source/util/db_lint
parentbefaaf1a2f1af2d6cad955380263e6d063f2c49a (diff)
downloadcrawl-ref-4d3155634e1152ad1db9705f70e07fa5b35fd13c.tar.gz
crawl-ref-4d3155634e1152ad1db9705f70e07fa5b35fd13c.zip
Correct the Serpent of Hell false positive hack in db_lint.
Diffstat (limited to 'crawl-ref/source/util/db_lint')
-rwxr-xr-xcrawl-ref/source/util/db_lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/db_lint b/crawl-ref/source/util/db_lint
index 08b4ab0e83..6895988abd 100755
--- a/crawl-ref/source/util/db_lint
+++ b/crawl-ref/source/util/db_lint
@@ -90,7 +90,7 @@ delete $keys{'a very buggy card'};
err "$file: Unused description for card '$_'\n" for sort keys %keys;
read_file("descript/monsters");
-$keys{'the Serpent of Hell'} = 1;
+$entries{'the Serpent of Hell'} = 1;
for (`util/gather_mons`)
{
chomp;