diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-25 22:06:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-25 22:07:05 +0300 |
commit | 192b8db5c67860ec9a67d19d9529b01794ae1c83 (patch) | |
tree | 20713692df12ae3a4cece7f9bd174239a0294639 /src/input/inputactiondata.h | |
parent | 393865bc4af7d3a7f96ff66480f6b7f7085fb41f (diff) | |
download | plus-192b8db5c67860ec9a67d19d9529b01794ae1c83.tar.gz plus-192b8db5c67860ec9a67d19d9529b01794ae1c83.tar.bz2 plus-192b8db5c67860ec9a67d19d9529b01794ae1c83.tar.xz plus-192b8db5c67860ec9a67d19d9529b01794ae1c83.zip |
Add command and action for show homunculus/mercenary emotes.
New chat command: /homunemote emote
/mercemote emote
Diffstat (limited to 'src/input/inputactiondata.h')
-rw-r--r-- | src/input/inputactiondata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index 0c3c2c2e1..a0f4c6279 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -55,7 +55,8 @@ namespace Input GRP_MOVETOPOINT = 32, // move to point key GRP_GUICHAN = 64, // for guichan based controls GRP_REPEAT = 128, // repeat emulation keys - GRP_PET_EMOTION = 256 // pet emotions key + GRP_PET_EMOTION = 256, // pet emotions key + GRP_HOMUN_EMOTION = 512 // homunculus/mercenary emotetions key }; } // namespace Input |