diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-01 00:37:13 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-01 00:37:13 +0000 |
commit | 03efbcc40b314aea24622a8b4a409418efc953cc (patch) | |
tree | 59b0cbe6e50cc8ac8ee0b38897c4dfca253d06a2 /tools/mob_db.pl | |
parent | f55e4448feb2c49aa37a812296f741e5998fbc5c (diff) | |
download | hercules-03efbcc40b314aea24622a8b4a409418efc953cc.tar.gz hercules-03efbcc40b314aea24622a8b4a409418efc953cc.tar.bz2 hercules-03efbcc40b314aea24622a8b4a409418efc953cc.tar.xz hercules-03efbcc40b314aea24622a8b4a409418efc953cc.zip |
- Updated SQL item/mob databases to latest. (thanks Peter)
- Updated item/mob txt-to-sql converter scripts to append a blank line at EOF.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'tools/mob_db.pl')
-rwxr-xr-x | tools/mob_db.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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) = @_; |