diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 11:20:46 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-20 11:20:46 +0000 |
commit | 274a85296ab978f42c083e1dfbf8764ab67de6d0 (patch) | |
tree | 5298f681c02b5ba4a49c30697feb62528a0047e8 /src/map/clif.c | |
parent | 492443cd3a0eddabb24212e6b04a3f7d3c9bce88 (diff) | |
download | hercules-274a85296ab978f42c083e1dfbf8764ab67de6d0.tar.gz hercules-274a85296ab978f42c083e1dfbf8764ab67de6d0.tar.bz2 hercules-274a85296ab978f42c083e1dfbf8764ab67de6d0.tar.xz hercules-274a85296ab978f42c083e1dfbf8764ab67de6d0.zip |
* Reverting a change on deleting any skill units when we're logging off
* Added check whether an item is allowed to be dropped
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@655 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 7eb2670ae..26fa236a7 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9092,7 +9092,6 @@ void clif_parse_MoveToKafra(int fd, struct map_session_data *sd) { return; if(itemdb_isdropable(sd->status.inventory[item_index].nameid) == 0) - return; if (sd->state.storage_flag) |