diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-08-27 21:21:59 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-08-27 21:21:59 +0530 |
commit | e2c5e1c60120a3e22fd71ee6b73748a05213fc8e (patch) | |
tree | f9357ef349422c260e09237e5f6e9811d38e15d7 /src/common | |
parent | bcf51fa5a12d07fe80975bc921ccce3e4f6bf35d (diff) | |
parent | 2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0 (diff) | |
download | hercules-e2c5e1c60120a3e22fd71ee6b73748a05213fc8e.tar.gz hercules-e2c5e1c60120a3e22fd71ee6b73748a05213fc8e.tar.bz2 hercules-e2c5e1c60120a3e22fd71ee6b73748a05213fc8e.tar.xz hercules-e2c5e1c60120a3e22fd71ee6b73748a05213fc8e.zip |
Merge pull request #674 from HerculesWS/hotkey
Hotkey Rotate Packet Implemented
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 3e497c667..1567f20be 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -533,6 +533,8 @@ struct mmo_charstatus { unsigned char font; uint32 uniqueitem_counter; + + unsigned char hotkey_rowshift; }; typedef enum mail_status { |