diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-04 10:08:15 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-04 10:08:15 +0000 |
commit | 5ced9134785c9c5c540eb484c893fe17a4a5bf3f (patch) | |
tree | f4b07bd8da948ca1324e0eab3fac60b22680367f /src/map/status.c | |
parent | 3db009b91f169a00a9c87458b0d885dcf162bf42 (diff) | |
download | hercules-5ced9134785c9c5c540eb484c893fe17a4a5bf3f.tar.gz hercules-5ced9134785c9c5c540eb484c893fe17a4a5bf3f.tar.bz2 hercules-5ced9134785c9c5c540eb484c893fe17a4a5bf3f.tar.xz hercules-5ced9134785c9c5c540eb484c893fe17a4a5bf3f.zip |
* All Songs/Dances now create a 3 second delay before Adaption can be used.
* Fixed unit still not being able to move when fiberlock is removed by Magnetic Earth.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14124 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 36bacf47d..6d5733397 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5841,7 +5841,6 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_SPIDERWEB: if( bl->type == BL_PC ) tick /= 2; - val1 = val2 = 1; break; case SC_ARMOR: //NPC_DEFENDER: |