diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-10-08 10:31:28 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-10-08 10:31:28 +0200 |
commit | 11ab6ab49bd0ee9f4c5e53833974589d0510645d (patch) | |
tree | 46ef2bafed8229c1ca2469c349ebb6ead46eb6df /src/map/status.c | |
parent | b41a5e90de640f118ade027eadbdb621d5d2d6f4 (diff) | |
download | hercules-11ab6ab49bd0ee9f4c5e53833974589d0510645d.tar.gz hercules-11ab6ab49bd0ee9f4c5e53833974589d0510645d.tar.bz2 hercules-11ab6ab49bd0ee9f4c5e53833974589d0510645d.tar.xz hercules-11ab6ab49bd0ee9f4c5e53833974589d0510645d.zip |
Update Hovering to it's official formula. (bug:8384)
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index a8a0f066d..8c0e31221 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6876,7 +6876,7 @@ int status_change_start(struct block_list *src, struct block_list *bl, enum sc_t ) return 0; case SC_VACUUM_EXTREME: - if(sc->data[SC_HALLUCINATIONWALK] || sc->data[SC_HOVERING]) + if(sc->data[SC_HALLUCINATIONWALK]) return 0; break; case SC_STONE: |