summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-20 15:14:51 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-20 15:14:51 +0000
commitecfcb989bf2fd07a355714ce588a6ab7e890db76 (patch)
treefc1a64c5a65471328cf845f922c2ef5e26b75648 /Changelog-Trunk.txt
parent334f81bebe92b6014d4b21607de5539d99af0cf1 (diff)
downloadhercules-ecfcb989bf2fd07a355714ce588a6ab7e890db76.tar.gz
hercules-ecfcb989bf2fd07a355714ce588a6ab7e890db76.tar.bz2
hercules-ecfcb989bf2fd07a355714ce588a6ab7e890db76.tar.xz
hercules-ecfcb989bf2fd07a355714ce588a6ab7e890db76.zip
- Implemented SL_SUPERNOVICE erasing the death record 1% of the casts.
- Implemented current exp being capped to the exp required to level up from the previous level when we are at max level (required for some S. Novice buffs) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11764 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 1bfd14d37..dccea0b7d 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/11/20
+ * Implemented SL_SUPERNOVICE erasing the death record 1% of the casts.
+ * Implemented current exp being capped to the exp required to level up from
+ the previous level when we are at max level (required for some S. Novice
+ buffs) [Skotlex]
2007/11/19
* Nullpo's disabled on release builds.
* Added timestamps to the log of memory leaks.