summaryrefslogtreecommitdiff
path: root/src/actions/pets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-22 01:43:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-22 01:43:47 +0300
commit3da7f49e31f018047d6ed5869b5f4cebb9b29717 (patch)
treeab4cfb7685eea64657c13295d6554c322404de71 /src/actions/pets.h
parentfa923f929b3f52a18273b5831425b2e3db08e583 (diff)
downloadplus-3da7f49e31f018047d6ed5869b5f4cebb9b29717.tar.gz
plus-3da7f49e31f018047d6ed5869b5f4cebb9b29717.tar.bz2
plus-3da7f49e31f018047d6ed5869b5f4cebb9b29717.tar.xz
plus-3da7f49e31f018047d6ed5869b5f4cebb9b29717.zip
Add chat command for move pet to give position.
New chat command: /movepet x,y Alias: /petmove x,y
Diffstat (limited to 'src/actions/pets.h')
-rw-r--r--src/actions/pets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/pets.h b/src/actions/pets.h
index ba8ef36d3..597be91f3 100644
--- a/src/actions/pets.h
+++ b/src/actions/pets.h
@@ -42,6 +42,7 @@ namespace Actions
decHandler(petDirectRight);
decHandler(petAiStart);
decHandler(petAiStop);
+ decHandler(petMove);
} // namespace Actions
#undef decHandler