diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 20:50:59 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 20:50:59 +0000 |
commit | 954c80bb3682cbaf38cbbe0bf6a85626bd5d3d69 (patch) | |
tree | 0d577e13494c1d933ea96cd44ec4749604c88409 /Changelog-Trunk.txt | |
parent | 4780ea86190b3837ca9e80d39170feda377d72ed (diff) | |
download | hercules-954c80bb3682cbaf38cbbe0bf6a85626bd5d3d69.tar.gz hercules-954c80bb3682cbaf38cbbe0bf6a85626bd5d3d69.tar.bz2 hercules-954c80bb3682cbaf38cbbe0bf6a85626bd5d3d69.tar.xz hercules-954c80bb3682cbaf38cbbe0bf6a85626bd5d3d69.zip |
- Adjusted some the dance/song/encore code so that the source of an ensemble will always get checked, so that walking out of an ensemble skill should make it end now. However, since ensembles requires two characters and only one is marged as source of the ensemble.... this may not be finished, some kind of check is required so that the partner will also get a force-check and not just he who started the ensemble.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8213 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4d4c9e9bd..2ef321006 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.
2006/08/09
+ * Adjusted some the dance/song/encore code so that the source of an
+ ensemble will always get checked, so that walking out of an ensemble skill
+ should make it end now. However, it's likely this is not completely solved
+ yet and will require further tweaking. [Skotlex]
* Added crash protection to the mob_db txt reading when the mob_db file has
lines with insufficient number of columns. [Skotlex]
* Moved the class-change code from battle_calc_weapon_attack to
|