Splitted item_buyingstore.txt into pre-re and re as per Kenpachi's request.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16515 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
829453900b
commit
b72b1d7974
1134
db/re/item_buyingstore.txt
Normal file
1134
db/re/item_buyingstore.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -1254,7 +1254,7 @@ static void itemdb_read(void) {
|
|||||||
sv_readdb(db_path, DBPATH"item_trade.txt", ',', 3, 3, -1, &itemdb_read_itemtrade);
|
sv_readdb(db_path, DBPATH"item_trade.txt", ',', 3, 3, -1, &itemdb_read_itemtrade);
|
||||||
sv_readdb(db_path, "item_delay.txt", ',', 2, 2, -1, &itemdb_read_itemdelay);
|
sv_readdb(db_path, "item_delay.txt", ',', 2, 2, -1, &itemdb_read_itemdelay);
|
||||||
sv_readdb(db_path, "item_stack.txt", ',', 3, 3, -1, &itemdb_read_stack);
|
sv_readdb(db_path, "item_stack.txt", ',', 3, 3, -1, &itemdb_read_stack);
|
||||||
sv_readdb(db_path, "item_buyingstore.txt", ',', 1, 1, -1, &itemdb_read_buyingstore);
|
sv_readdb(db_path, DBPATH"item_buyingstore.txt", ',', 1, 1, -1, &itemdb_read_buyingstore);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*==========================================
|
/*==========================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user