From 55434bd1ddfeb0b66247dbe4c420048863d44446 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 27 Apr 2008 09:15:05 +0000 Subject: Changed the last commit so it must be called with @reloaditemdb2. @reloaditemdb only removes the item_data from the itemdb subsystem. If you don't like my code you can uncomment the macro I_HATE_KEVIN in item_db.c so it isn't even compiled. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12662 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/storage.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/storage.h') diff --git a/src/map/storage.h b/src/map/storage.h index fa33e2050..0822d37ce 100644 --- a/src/map/storage.h +++ b/src/map/storage.h @@ -11,7 +11,6 @@ struct item; //#include "map.h" struct map_session_data; -struct storage *account2storage2(int account_id); int storage_storageopen(struct map_session_data *sd); int storage_storageadd(struct map_session_data *sd,int index,int amount); int storage_storageget(struct map_session_data *sd,int index,int amount); @@ -24,7 +23,6 @@ void do_final_storage(void); void do_reconnect_storage(void); struct storage* account2storage(int account_id); struct storage* account2storage2(int account_id); -int storage_delete(int account_id); int storage_storage_quit(struct map_session_data *sd, int flag); int storage_storage_save(int account_id, int final); int storage_storage_saved(int account_id); //Ack from char server that guild store was saved. -- cgit v1.2.3-70-g09d2