diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-27 09:15:05 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-27 09:15:05 +0000 |
commit | 55434bd1ddfeb0b66247dbe4c420048863d44446 (patch) | |
tree | fb053a26628370a14b6f596265fcb89c0475541e /src/map/storage.h | |
parent | 677598256feaad3bcef53805ad8c70e744a9b7d3 (diff) | |
download | hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.gz hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.bz2 hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.tar.xz hercules-55434bd1ddfeb0b66247dbe4c420048863d44446.zip |
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
Diffstat (limited to 'src/map/storage.h')
-rw-r--r-- | src/map/storage.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |