summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index d1442e4bf..6aae8ba20 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -1436,6 +1436,7 @@ int status_calc_pet(struct pet_data *pd, int first)
if (first) {
memcpy(&pd->status, &pd->db->status, sizeof(struct status_data));
+ pd->status.mode|= MD_CANMOVE; //so they can chase their master!
pd->status.speed = pd->petDB->speed;
}