diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-01 16:31:29 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-01 16:31:29 +0000 |
commit | f9b1682603fee23ba36ff04fbdc303dd0b7cf0ef (patch) | |
tree | a77f574da96776aab02720a457c9c4692dbef25b /src | |
parent | 5cb60d195ab9ce1fe6edc9bc8d2d39f13fd129e5 (diff) | |
download | hercules-f9b1682603fee23ba36ff04fbdc303dd0b7cf0ef.tar.gz hercules-f9b1682603fee23ba36ff04fbdc303dd0b7cf0ef.tar.bz2 hercules-f9b1682603fee23ba36ff04fbdc303dd0b7cf0ef.tar.xz hercules-f9b1682603fee23ba36ff04fbdc303dd0b7cf0ef.zip |
- Forgot to made Tatami Gaeshi state (proyectile blocking) end when you move.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9945 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index e69d5956c..658628b55 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -496,6 +496,8 @@ int map_moveblock(struct block_list *bl, int x1, int y1, unsigned int tick) { // status_change_end(bl, SC_BLADESTOP, -1); if (sc->data[SC_BASILICA].timer != -1) status_change_end(bl, SC_BASILICA, -1); + if (sc->data[SC_TATAMIGAESHI].timer != -1) + status_change_end(bl, SC_TATAMIGAESHI, -1); } } if (moveblock) map_delblock_sub(bl,0); |