diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-30 19:05:02 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-30 19:05:02 +0000 |
commit | bf46d9080866d1b4a262347ca09b4c4303fc0a0d (patch) | |
tree | af1411f13f801b64b9613fcfbb49bfdedd17df15 /Changelog-Trunk.txt | |
parent | aa77473813912c9536fba145a45199ec8a948d48 (diff) | |
download | hercules-bf46d9080866d1b4a262347ca09b4c4303fc0a0d.tar.gz hercules-bf46d9080866d1b4a262347ca09b4c4303fc0a0d.tar.bz2 hercules-bf46d9080866d1b4a262347ca09b4c4303fc0a0d.tar.xz hercules-bf46d9080866d1b4a262347ca09b4c4303fc0a0d.zip |
- Small cleanup on Abracadabra.
- Added UF_SONG (0x400) to differentiate songs from dances.
- Updated the skill_unit_db accordingly, ensembles should only have that flag, likewise for songs and dances.
- Added preliminar support for making a Song+Dance turn into BA_DISSONANCE cells. Beware of potential bugs as it's untested.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7428 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f9f05ed27..cefb47895 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/05/30
+ * Added UF_SONG (0x400) to differentiate songs from dances. [Skotlex]
+ * Added preliminar support for making a Song+Dance turn into BA_DISSONANCE
+ cells. Beware of potential bugs as it's untested. [Skotlex]
* Added mapflag "nochat" to prevent chatting rooms from being created.
[Skotlex]
* Corrected some of the sleep checks when the char id does not matches with
|