summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-21 11:17:07 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-21 11:17:07 +0000
commit1f167df54078c959771c8d0b064cad337e541107 (patch)
tree0c2c3c16545cdec9916398872d202840dcdb0685 /Changelog-Trunk.txt
parentc7bce63ecd9fb5d44c442791c13591aebd4dbb88 (diff)
downloadhercules-1f167df54078c959771c8d0b064cad337e541107.tar.gz
hercules-1f167df54078c959771c8d0b064cad337e541107.tar.bz2
hercules-1f167df54078c959771c8d0b064cad337e541107.tar.xz
hercules-1f167df54078c959771c8d0b064cad337e541107.zip
- Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where even incompletely coded)
- Added SC_INCASPDRATE, SC_INCFLEE2, SC_INCCRI, SC_INCDEF, SC_INCBASEATK and SC_FASTCAST as these are required by the newer items. - Cleaned a bit the implementation of Suffragium git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11535 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 7681f01ac..d7fa11684 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ 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/10/21
+ * Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore.
+ * Added SC_INCASPDRATE, SC_INCFLEE2, SC_INCCRI, SC_INCDEF, SC_INCBASEATK
+ and SC_FASTCAST as these are required by the newer items. [Skotlex]
2007/10/20
* Fixed 'unequip' removing items in the wrong position (bugreport:252)
* Fixed #refine unequpping the caller's item by mistake (bugreport:265)