From 1efe84103c75ecccc6d3ebf05f99ed115faddf50 Mon Sep 17 00:00:00 2001 From: James Miller Date: Fri, 21 Feb 2020 17:53:21 -0600 Subject: [PATCH] start working on sourceentries for armorgroup and armor --- data/yaml/gendb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/yaml/gendb.py b/data/yaml/gendb.py index a1da7a9..d5d819f 100644 --- a/data/yaml/gendb.py +++ b/data/yaml/gendb.py @@ -228,9 +228,9 @@ def do_armor(data, conn): conn.commit() - # sources in everything - # linking it up - # + # TODO sources in armorgroup + + # TODO sources in armor def do_triggers(data, conn):