summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-26 10:15:04 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-26 10:15:04 +0000
commitb1305dc1d585c18c2755ab65bc968649d6eb3ec2 (patch)
tree787e617594bd5a349fae4a6f1e36d49af2af427c /Changelog-Trunk.txt
parent4b725ec2c484f73f4474f998fda27f59a624c10d (diff)
downloadhercules-b1305dc1d585c18c2755ab65bc968649d6eb3ec2.tar.gz
hercules-b1305dc1d585c18c2755ab65bc968649d6eb3ec2.tar.bz2
hercules-b1305dc1d585c18c2755ab65bc968649d6eb3ec2.tar.xz
hercules-b1305dc1d585c18c2755ab65bc968649d6eb3ec2.zip
- Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (high-rate servers will have to change this)
- Corrected SC_COMA's success chance (X.4 says it's unconditional 100%) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10071 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9dc9c68bd..5681668c2 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/03/27
+ * Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB.
+ - !!!WARNING!!! If your server uses higher levels, be sure to adjust
+ this appropriately! (the define can be found in /src/map/map.h)
+ * Corrected SC_COMA's success chance (X.4 says it's unconditional 100%)
* Changed the vs8 used crt library to static linking [ultramage]
2007/03/26
* Coma now reduces SP to 0 (with the exception of Dark Blessing) [Skotlex]