summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-20 14:59:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-20 14:59:16 +0000
commitf3e0608b8871675ec21c8da90ea3ca545f54e017 (patch)
tree3935b91700738cf8c7044afdbc094f2ed02ecee2 /src/map/map.c
parentcc0055f1af5eea3a9253cf3e0e0582f19ea8b512 (diff)
downloadhercules-f3e0608b8871675ec21c8da90ea3ca545f54e017.tar.gz
hercules-f3e0608b8871675ec21c8da90ea3ca545f54e017.tar.bz2
hercules-f3e0608b8871675ec21c8da90ea3ca545f54e017.tar.xz
hercules-f3e0608b8871675ec21c8da90ea3ca545f54e017.zip
- Removed Magic Rod's cast bar.
- Corrected warning on login sql. - Gravitation no longer causes damage flinch. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10038 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index f2dcd1a23..f16282bf4 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -479,6 +479,8 @@ int map_moveblock(struct block_list *bl, int x1, int y1, unsigned int tick) {
status_change_end(bl, SC_BASILICA, -1);
if (sc->data[SC_TATAMIGAESHI].timer != -1)
status_change_end(bl, SC_TATAMIGAESHI, -1);
+ if (sc->data[SC_MAGICROD].timer != -1)
+ status_change_end(bl, SC_MAGICROD, -1);
}
}
if (moveblock) map_delblock_sub(bl,0);