remove todo on spells.py
parent
6fa96a8013
commit
b0eb30ab25
|
@ -112,7 +112,6 @@ def main():
|
||||||
do_spell_types(i,id,conn,stypes)
|
do_spell_types(i,id,conn,stypes)
|
||||||
do_spell_components(i,id,conn,ctypes)
|
do_spell_components(i,id,conn,ctypes)
|
||||||
do_spell_targets(i,id,conn,ttypes)
|
do_spell_targets(i,id,conn,ttypes)
|
||||||
# TODO spell targets
|
|
||||||
|
|
||||||
def do_spell_components(i,id,conn,ctypes):
|
def do_spell_components(i,id,conn,ctypes):
|
||||||
res = None
|
res = None
|
||||||
|
|
Loading…
Reference in New Issue