diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-24 18:46:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-24 18:46:47 +0000 |
commit | ba3e9dafc6864419dadbc93cb22d017cfeb93b10 (patch) | |
tree | 09c22fa634b14dcdaa2e417cd324ae7694d520ea /Changelog-Trunk.txt | |
parent | ed8f721679a82f81af62ece387d8cef66b3eec89 (diff) | |
download | hercules-ba3e9dafc6864419dadbc93cb22d017cfeb93b10.tar.gz hercules-ba3e9dafc6864419dadbc93cb22d017cfeb93b10.tar.bz2 hercules-ba3e9dafc6864419dadbc93cb22d017cfeb93b10.tar.xz hercules-ba3e9dafc6864419dadbc93cb22d017cfeb93b10.zip |
- Fixed skillidx not being set whenever a mob uses a skill.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5734 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 6b12523b7..15c3ac0e9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/24
+ * Fixed skillidx not being set whenever a mob uses a skill. This explains
+ skills like metamorphosis/summon_slaves not working at all. [Skotlex]
* Fixed unit_skillcastcancel reading the nocastcancel flags the exact
wrong way around [blackhole89]
* Added function map_search_freecell to locate an available cell around an
|