summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/item_db.pl1
-rwxr-xr-xtools/mob_db.pl2
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/item_db.pl b/tools/item_db.pl
index 38ffe5d0a..1cbe2b9a3 100755
--- a/tools/item_db.pl
+++ b/tools/item_db.pl
@@ -65,6 +65,7 @@ while ($ligne=<STDIN>)
}
}
}
+print("\n");
sub printField {
diff --git a/tools/mob_db.pl b/tools/mob_db.pl
index ebcf2b74b..38f851b73 100755
--- a/tools/mob_db.pl
+++ b/tools/mob_db.pl
@@ -95,6 +95,8 @@ while ($ligne=<STDIN>)
}
}
}
+print("\n");
+
sub printField {
my ($str, $suffix, $idCol) = @_;