diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-08 13:43:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-08 13:43:48 +0000 |
commit | 84f97d418a39f8c4d95757623a08fbd02196e5a2 (patch) | |
tree | 454f96684e4bf7f03a0786ccfe4590b2fa66c239 /Changelog-Trunk.txt | |
parent | 59aae2ed7a29f22b90bec24962e83d7a420dc4d1 (diff) | |
download | hercules-84f97d418a39f8c4d95757623a08fbd02196e5a2.tar.gz hercules-84f97d418a39f8c4d95757623a08fbd02196e5a2.tar.bz2 hercules-84f97d418a39f8c4d95757623a08fbd02196e5a2.tar.xz hercules-84f97d418a39f8c4d95757623a08fbd02196e5a2.zip |
- Moved attackedcount to md->state and made it an unsigned char.
- Autospell delay time is now the skill's full delay.
- Removed variable attackedplayers, since Aegis is state driven, the best approximation to Aegis would be to use the last player that hit the mob.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9436 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0ea330629..9d5b80263 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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. +2006/12/08 + * Autospell delay time is now the skill's full delay. [Skotlex] 2006/12/07 * Fixed ladmin's linux compilation and moved some platform specific defines to cbasetypes.h [FlavioJS] |