summaryrefslogtreecommitdiff
path: root/src/actions/pets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/pets.h')
-rw-r--r--src/actions/pets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/actions/pets.h b/src/actions/pets.h
index e0521b546..37bd85713 100644
--- a/src/actions/pets.h
+++ b/src/actions/pets.h
@@ -32,6 +32,10 @@ namespace Actions
decHandler(setPetName);
decHandler(petEmote);
decHandler(catchPet);
+ decHandler(petMoveUp);
+ decHandler(petMoveDown);
+ decHandler(petMoveLeft);
+ decHandler(petMoveRight);
} // namespace Actions
#undef decHandler