summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-09 18:12:01 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 00:23:24 +0300
commit70b5e954990b857946d81750263bcf11b06414ce (patch)
tree7bd3d13506ba2deac4aa7b21fc51c46bc5ff95ac /src/common/mmo.h
parentd13334aeb2d3439d89530a1e88a968a977079be9 (diff)
downloadhercules-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/mmo.h')
-rw-r--r--src/common/mmo.h1
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]
};