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:09:43 +0300 |
commit | 9de2eb4065ab377e82b527411581837c4652d614 (patch) | |
tree | 813f1f1424be892a1c3399a4bc7fc5a148933fce | |
parent | ca827998ab6ca713d62b3f8a1242989c7c90e370 (diff) | |
download | hercules-9de2eb4065ab377e82b527411581837c4652d614.tar.gz hercules-9de2eb4065ab377e82b527411581837c4652d614.tar.bz2 hercules-9de2eb4065ab377e82b527411581837c4652d614.tar.xz hercules-9de2eb4065ab377e82b527411581837c4652d614.zip |
Temporary disable HOTKEY_SAVING because we hit sizeof(mmo_charstatus) > 65535.s20170529
-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) |