Added attack column as string type on TXT2SQL item_db conversion tool for renewal attack. (tid:65568)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16299 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
greenboxal2 2012-06-14 20:21:06 +00:00
parent c5654e53c1
commit 59be55b326

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
$db = "item_db";
$nb_columns = 22;
@str_col = (1,2,19,20,21);
@str_col = (1,2,7,19,20,21);
$line_format = "([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),([^\,]*),(\{.*\}),(\{.*\}),(\{.*\})";
#$line_format = ;
$create_table = "#