summaryrefslogtreecommitdiff
path: root/src/map/itemdb.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-08 22:25:47 -0300
committershennetsind <ind@henn.et>2013-04-08 22:25:47 -0300
commit39799c4d0a5a9e523b0830f028f8aafb20744ba7 (patch)
treefa7a0dcd33965b86e14c47b21f206e3e2a548b6e /src/map/itemdb.c
parent81ad44467d7f0d4f0d63637ef2996012b9c81a9a (diff)
downloadhercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.gz
hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.bz2
hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.xz
hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.zip
Introducing Cash Shop Support
Special Thanks to Yommy, Yommy, Yommy, malufett, Judas, Beret and everyone whos helped us get the 2013 client to work, Thank you all! http://hercules.ws/board/topic/367-introducing-cash-shop-support/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r--src/map/itemdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c
index a91946b2a..2b7d27c8a 100644
--- a/src/map/itemdb.c
+++ b/src/map/itemdb.c
@@ -1430,6 +1430,7 @@ int do_init_itemdb(void) {
itemdb_other = idb_alloc(DB_OPT_BASE);
create_dummy_data(); //Dummy data item.
itemdb_read();
+ clif->cashshop_load();
return 0;
}