diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-09 18:12:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-02 00:23:24 +0300 |
commit | 70b5e954990b857946d81750263bcf11b06414ce (patch) | |
tree | 7bd3d13506ba2deac4aa7b21fc51c46bc5ff95ac /src/common | |
parent | d13334aeb2d3439d89530a1e88a968a977079be9 (diff) | |
download | hercules-70b5e954990b857946d81750263bcf11b06414ce.tar.gz hercules-70b5e954990b857946d81750263bcf11b06414ce.tar.bz2 hercules-70b5e954990b857946d81750263bcf11b06414ce.tar.xz hercules-70b5e954990b857946d81750263bcf11b06414ce.zip |
Use separate field hotkey_rowshift for each hotkeys group
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mmo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 3af414fdb..9594a39eb 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -764,6 +764,7 @@ struct mmo_charstatus { short attendance_count; unsigned char hotkey_rowshift; + unsigned char hotkey_rowshift2; int32 title_id; // Achievement Title[Dastgir/Hercules] }; |