diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-11 21:06:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-24 21:17:36 +0300 |
commit | a88353ffde3c484838cbcb7a2e19b856635fa142 (patch) | |
tree | cf81207d1f59d1c6374d44142e67255f21fc5b1a /src/common/mmo.h | |
parent | 9a4fe19e9d2eb4ee4e6cf4a232046083f8ea6e87 (diff) | |
download | hercules-a88353ffde3c484838cbcb7a2e19b856635fa142.tar.gz hercules-a88353ffde3c484838cbcb7a2e19b856635fa142.tar.bz2 hercules-a88353ffde3c484838cbcb7a2e19b856635fa142.tar.xz hercules-a88353ffde3c484838cbcb7a2e19b856635fa142.zip |
Temporary disable HOTKEY_SAVING because we hit sizeof(mmo_charstatus) > 65535.r20170510
Diffstat (limited to 'src/common/mmo.h')
-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) |