diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-22 01:43:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-22 01:43:47 +0300 |
commit | 3da7f49e31f018047d6ed5869b5f4cebb9b29717 (patch) | |
tree | ab4cfb7685eea64657c13295d6554c322404de71 /src/input/inputaction.h | |
parent | fa923f929b3f52a18273b5831425b2e3db08e583 (diff) | |
download | ManaVerse-3da7f49e31f018047d6ed5869b5f4cebb9b29717.tar.gz ManaVerse-3da7f49e31f018047d6ed5869b5f4cebb9b29717.tar.bz2 ManaVerse-3da7f49e31f018047d6ed5869b5f4cebb9b29717.tar.xz ManaVerse-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/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 8ce40ffe2..ee91ed0f3 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -537,6 +537,7 @@ namespace InputAction DROP_CLEAR, WINDOW_CART, HEAL_MOST_DAMAGED, + PET_MOVE, TOTAL }; } // namespace InputAction |