summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-27 22:06:01 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-27 22:06:01 +0000
commit05c2eef4ffee79e6ed61dd496f112dcc52feba9d (patch)
tree21e232c26a5b8c9136d021b93089ba1955af7aa2 /src/map/itemdb.c
parentc1db2764333517d5eb804b11baf5a40eaa92c032 (diff)
downloadhercules-05c2eef4ffee79e6ed61dd496f112dcc52feba9d.tar.gz
hercules-05c2eef4ffee79e6ed61dd496f112dcc52feba9d.tar.bz2
hercules-05c2eef4ffee79e6ed61dd496f112dcc52feba9d.tar.xz
hercules-05c2eef4ffee79e6ed61dd496f112dcc52feba9d.zip
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
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*==========================================