From 05c2eef4ffee79e6ed61dd496f112dcc52feba9d Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 27 Jul 2012 22:06:01 +0000 Subject: Splitted item_buyingstore.txt into pre-re and re as per Kenpachi's request. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16515 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/itemdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/itemdb.c') diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 084109fff..7c28641fc 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -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, "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_buyingstore.txt", ',', 1, 1, -1, &itemdb_read_buyingstore); + sv_readdb(db_path, DBPATH"item_buyingstore.txt", ',', 1, 1, -1, &itemdb_read_buyingstore); } /*========================================== -- cgit v1.2.3-70-g09d2