summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-20 14:32:10 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-20 14:32:10 +0000
commit9b318079b61e0582e91c1e20786bf9ab3df857c5 (patch)
tree79044c2bff59d6664787a4d472646ff0251e9c6e /Changelog-Trunk.txt
parent5c4b7e349d1ac6e251cb6ee139bb365afb083083 (diff)
downloadhercules-9b318079b61e0582e91c1e20786bf9ab3df857c5.tar.gz
hercules-9b318079b61e0582e91c1e20786bf9ab3df857c5.tar.bz2
hercules-9b318079b61e0582e91c1e20786bf9ab3df857c5.tar.xz
hercules-9b318079b61e0582e91c1e20786bf9ab3df857c5.zip
- Fixed a comparison whn doing item searches
- Fixed hom_setting&0x2 conflicting with the 'view-range' limit check. - Stone curse now uses status_percent_damage instead of a precalculated value. - Merged the SA_MONOCELL and SA_CLASSCHANGE code. After changing class all the status changes that cannot be triggered on bosses are dispelled. - SA_CLASSCHANGE now uses the bloody branch list to pick a target MVP class. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12098 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 401e72a19..347dac973 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,7 +3,13 @@ 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.
-
+2008/01/20
+ * Fixed item searches not working on exact "jname" matches.
+ * Fixed hom_setting&0x2 conflicting with the 'view-range' limit check.
+ * Merged the SA_MONOCELL and SA_CLASSCHANGE code. After changing class all
+ the status changes that cannot be triggered on bosses are dispelled.
+ * SA_CLASSCHANGE now uses the bloody branch list to pick a target MVP
+ class. [Skotlex]
2008/01/19
* Added plugin dbghelpplug to generate more extensive crash reports in windows. [FlavioJS]
- see header of src/plugins/dbghelpplug.c to know it's capabilities