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:11:36 +0300 |
commit | 7ed40cc99b3bf8f42865e68b10abcd24e01c08d8 (patch) | |
tree | 3174f64e99946caedc4026060f62af16b787db5f | |
parent | 02d3cddc6108d41e5493fdb7da2311e897ef05fe (diff) | |
download | hercules-7ed40cc99b3bf8f42865e68b10abcd24e01c08d8.tar.gz hercules-7ed40cc99b3bf8f42865e68b10abcd24e01c08d8.tar.bz2 hercules-7ed40cc99b3bf8f42865e68b10abcd24e01c08d8.tar.xz hercules-7ed40cc99b3bf8f42865e68b10abcd24e01c08d8.zip |
Temporary disable HOTKEY_SAVING because we hit sizeof(mmo_charstatus) > 65535.s20170424
-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) |