diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-11 21:06:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-10 19:08:13 +0300 |
commit | 26b43ff0fc99e4aecd1eb5185b565975ab2ec566 (patch) | |
tree | 7b94142dd0f55b07ba64cfc3ef05201c2e781300 | |
parent | e34693d096c5159f967d8ead072d457d8d0d40c4 (diff) | |
download | hercules-26b43ff0fc99e4aecd1eb5185b565975ab2ec566.tar.gz hercules-26b43ff0fc99e4aecd1eb5185b565975ab2ec566.tar.bz2 hercules-26b43ff0fc99e4aecd1eb5185b565975ab2ec566.tar.xz hercules-26b43ff0fc99e4aecd1eb5185b565975ab2ec566.zip |
Temporary disable HOTKEY_SAVING because we hit sizeof(mmo_charstatus) > 65535.r20170529
-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 7bd5b7c06..a74c5ac3f 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) |