diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 07:37:23 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 07:37:23 +0000 |
commit | 46dc548da19f0b5875233aeeee2155a24675664c (patch) | |
tree | 2d0d08cd2cbcea7cb147bc9295296e0eaa660d5d /Changelog-Trunk.txt | |
parent | 572548aba1d3cfb2016d8a76a4a252cf171548a0 (diff) | |
download | hercules-46dc548da19f0b5875233aeeee2155a24675664c.tar.gz hercules-46dc548da19f0b5875233aeeee2155a24675664c.tar.bz2 hercules-46dc548da19f0b5875233aeeee2155a24675664c.tar.xz hercules-46dc548da19f0b5875233aeeee2155a24675664c.zip |
* [Fixed]:
- Typo in status.c add_sc() using 'skill' instead of 'sk' as index, resulting in filling the SkillStatusChangeTableArray with junk data.
- > NEEDS CONFIRMATION < Ends casting if player is knocked with freezing/stun/whatever
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7241 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 651fcea23..3859d1238 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/06/18
* [Fixed]:
+ - Typo in status.c add_sc() using 'skill' instead of 'sk' as index, resulting in
+ filling the SkillStatusChangeTableArray with junk data.
+ - > NEEDS CONFIRMATION < Ends casting if player is knocked with freezing/stun/whatever
- Typo in parse_frommap. [Lance]
* [Fixed]:
- clif_initialstatus using SHRT_MAX instead of USHRT_MAX for status_point.
|