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/map.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/map.c')
-rw-r--r-- | src/map/map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index 777818ec4..f066b8f00 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -995,7 +995,7 @@ int map_quit(struct map_session_data *sd) { sd->status.hp = 100; skill_status_change_clear(&sd->bl,1); // ステ?タス異常を解除する -// skill_clear_unitgroup(&sd->bl); // スキルユニットグル?プの削除 + skill_clear_unitgroup(&sd->bl); // スキルユニットグル?プの削除 skill_cleartimerskill(&sd->bl); pc_stop_walking(sd,0); pc_stopattack(sd); @@ -1004,7 +1004,7 @@ int map_quit(struct map_session_data *sd) { skill_gangsterparadise(sd,0); pc_calcstatus(sd,4); - skill_clear_unitgroup(&sd->bl); // [Sara-chan] +// skill_clear_unitgroup(&sd->bl); // [Sara-chan] clif_clearchar_area(&sd->bl,2); |