diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-23 15:19:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-23 15:19:14 +0300 |
commit | e83760a9b74131d7db25949b8b1bd69b8cb4c81d (patch) | |
tree | f48e6bae67959f836e97d2b6a8e39f78bf51eaa6 /src/input/inputaction.h | |
parent | e07a6a1cb8cd414f0b0a8de21903cd621582a906 (diff) | |
download | plus-e83760a9b74131d7db25949b8b1bd69b8cb4c81d.tar.gz plus-e83760a9b74131d7db25949b8b1bd69b8cb4c81d.tar.bz2 plus-e83760a9b74131d7db25949b8b1bd69b8cb4c81d.tar.xz plus-e83760a9b74131d7db25949b8b1bd69b8cb4c81d.zip |
Add chat command for rename own pet (hercules only)
New chat command: /setpetname NAME
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 422a141ae..74c3a90f8 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -483,6 +483,7 @@ namespace InputAction MERCENARY_FIRE, TARGET_MERCENARY, TARGET_PET, + PET_SET_NAME, TOTAL }; } // namespace InputAction |