diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-13 08:31:19 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-13 08:31:19 +0000 |
commit | fe84618e4c80ee808cf7beed0e2a5d3e57bc8975 (patch) | |
tree | 8a6414a2bdc4873918fad90478fde2727a421716 /Changelog-Trunk.txt | |
parent | 1739298348c4d8c9052c05b7ac9a528e34de14d4 (diff) | |
download | hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.tar.gz hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.tar.bz2 hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.tar.xz hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.zip |
* Progressbar aborts when player is attacked.
* Do not stand if damage is from yourself or has no source.(bugreport:3582)
* Any mobs killed by party members within view range are taken into account in questlog.
* 'unit_walktobl' now uses at least 1 as the range since 'unit_can_reach_bl' always sets the target coordinates 1 cell away from the target block.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14057 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index eec89a530..0d895d777 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. +09/09/13 + * Progressbar aborts when player is attacked. [Inkfish] + * Do not stand if damage is from yourself or has no source.(bugreport:3582) [Inkfish] + * Any mobs killed by party members within view range are taken into account in questlog. [Inkfish] + * 'unit_walktobl' now uses at least 1 as the range since 'unit_can_reach_bl' always sets the target coordinates 1 cell away from the target block. [Inkfish] 09/09/12 * Clarified the names of some questlog functions and eventually implemented kill counts updating. [Inkfish] 09/09/04 |