summaryrefslogtreecommitdiff
path: root/src/map/storage.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-04 21:42:15 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-04 21:42:15 +0000
commit37a78d0554f4a66793aa2f20694b8716a56b3c25 (patch)
tree1b208438a1d87960911bee590ddc9d62bf4f5fe8 /src/map/storage.h
parent6f630e5f6d0082fb105de0b0edb0afe78075abdc (diff)
downloadhercules-37a78d0554f4a66793aa2f20694b8716a56b3c25.tar.gz
hercules-37a78d0554f4a66793aa2f20694b8716a56b3c25.tar.bz2
hercules-37a78d0554f4a66793aa2f20694b8716a56b3c25.tar.xz
hercules-37a78d0554f4a66793aa2f20694b8716a56b3c25.zip
- Implemented new packets for rental items (from Jobbie and Natz and fixed by me).
- Rental items now can be moved to storage and cart. - Autotrade cannot be used when user is dead, and it's not dispelled if user dies to prevent abuse. - Fixed pc_checkitem to do a proper item check and remove. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14082 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/storage.h')
-rw-r--r--src/map/storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/storage.h b/src/map/storage.h
index 25848d0db..5a38d865b 100644
--- a/src/map/storage.h
+++ b/src/map/storage.h
@@ -11,6 +11,7 @@ struct item;
//#include "map.h"
struct map_session_data;
+int storage_delitem(struct map_session_data* sd, int n, int amount);
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);