summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 733bb7699..a50aa21bb 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8212,7 +8212,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
//Homunc mimic their master's speed on each map change. [Skotlex]
if (battle_config.hom_setting&0x8)
status_calc_bl(&sd->hd->bl, SCB_SPEED);
- if (!battle_config.hom_setting&0x2)
+ if (!(battle_config.hom_setting&0x2))
skill_unit_move(&sd->hd->bl,gettick(),1);
}