summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorStreusel <advance_me@hotmail.de>2013-02-10 19:47:34 -0800
committerStreusel <advance_me@hotmail.de>2013-02-10 19:47:34 -0800
commitaac4234c5cbc791cf4b127bd5d64db97bd384430 (patch)
tree6d026a70514d13ae95bb6dcd7205716a3dfb15c9 /src/map/status.c
parent4495b78c59df97b516695fdccffad91deb98ad3b (diff)
parent56a20bb18d6fde61bb82cf160a131eb54d464148 (diff)
downloadhercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.gz
hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.bz2
hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.xz
hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.zip
Merge github.com:Mysteries/Hercules
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 0ee993de4..97b7c61a1 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -8663,7 +8663,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
unit_stop_walking(bl,1);
break;
case SC_ANKLE:
- if( battle_config.skill_trap_type )
+ if( battle_config.skill_trap_type || !map_flag_gvg(bl->m) )
unit_stop_walking(bl,1);
break;
case SC_HIDING: