diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-19 10:06:05 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-19 10:06:05 +0000 |
commit | cdd0a876e5a310ced0c716cd66614a960375cb3b (patch) | |
tree | 44d406128350fb6d79e618916d78e5bd2413eb82 /src/map/unit.c | |
parent | 40a8bcc998538b3a09a50b76c59806a9962d9686 (diff) | |
download | hercules-cdd0a876e5a310ced0c716cd66614a960375cb3b.tar.gz hercules-cdd0a876e5a310ced0c716cd66614a960375cb3b.tar.bz2 hercules-cdd0a876e5a310ced0c716cd66614a960375cb3b.tar.xz hercules-cdd0a876e5a310ced0c716cd66614a960375cb3b.zip |
* Miracle should only be dispelled on map change.
* The "party invite" and "view equip" state messages are ought to be sent on every map change instead of login.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13793 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index dd24c6d16..edb6bca03 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1769,7 +1769,6 @@ int unit_remove_map_(struct block_list *bl, int clrtype, const char* file, int l if (sc->data[SC_GOSPEL] && sc->data[SC_GOSPEL]->val4 == BCT_SELF) status_change_end(bl,SC_GOSPEL,-1); status_change_end(bl,SC_CHANGE,-1); - status_change_end(bl,SC_MIRACLE,-1); } if (bl->type&BL_CHAR) { |