diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-11 21:06:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-19 23:12:16 +0300 |
commit | 87c42328819360009abd18097a12ef3442be7582 (patch) | |
tree | fd7651af0ab7428acd929562dea493220448648d | |
parent | ebf6ee0c5029892bdd7092462db984347ef60730 (diff) | |
download | hercules-r20170424.tar.gz hercules-r20170424.tar.bz2 hercules-r20170424.tar.xz hercules-r20170424.zip |
Temporary disable HOTKEY_SAVING because we hit sizeof(mmo_charstatus) > 65535.r20170424
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index b3069b27c..76dfe6aaa 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -84,7 +84,7 @@ #if PACKETVER >= 20070227 // Comment the following like to disable server-side hot-key saving support. [Skotlex] // Note that newer clients no longer save hotkeys in the registry! -#define HOTKEY_SAVING +//#define HOTKEY_SAVING #if PACKETVER < 20090603 // (27 = 9 skills x 3 bars) (0x02b9,191) |