summaryrefslogtreecommitdiff
path: root/src/common/ers.h
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-13 18:50:48 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-13 18:50:48 +0000
commit1f288f1fa53f75bdba601050cd8c0c82f91cf75e (patch)
treed02d0d45731bea1d6412a7d9ebbbfa253dcf0851 /src/common/ers.h
parent974a8d9be69d198db50723ef3a2b674148856086 (diff)
downloadhercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.tar.gz
hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.tar.bz2
hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.tar.xz
hercules-1f288f1fa53f75bdba601050cd8c0c82f91cf75e.zip
* Disabled ers until recent crashes are fixed.
- ers entries are being corrupted, probably by modifying them after they are released or by releasing something else git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11900 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/ers.h')
-rw-r--r--src/common/ers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ers.h b/src/common/ers.h
index a9ba50073..269681410 100644
--- a/src/common/ers.h
+++ b/src/common/ers.h
@@ -59,7 +59,7 @@
* All code except the typedef of ERInterface will be disabled.
* To allow a smooth transition,
*/
-//#define DISABLE_ERS
+#define DISABLE_ERS
/**
* Entries are aligned to ERS_ALIGNED bytes in the blocks of entries.