diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 16:36:06 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 16:36:06 +0000 |
commit | f951761cb5e72c8ce65d6465af413f0dc2730e72 (patch) | |
tree | c9774d4da9607dce1f8f4551ce6fbaa26260a2e3 /Changelog.txt | |
parent | 99ebdaf8e77e81e43d39825163837d6f4b2bc07a (diff) | |
download | hercules-f951761cb5e72c8ce65d6465af413f0dc2730e72.tar.gz hercules-f951761cb5e72c8ce65d6465af413f0dc2730e72.tar.bz2 hercules-f951761cb5e72c8ce65d6465af413f0dc2730e72.tar.xz hercules-f951761cb5e72c8ce65d6465af413f0dc2730e72.zip |
updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@700 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index c9ff6f667..cfbfcd4c3 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,20 @@ Date Added 12/21 + * Fixed skill LK_HEADCRUSH, LK_JOINTBEAT to work on both on + and off peco's for lord knights (fixed typo in + skill_tree.txt) [MouseJstr] + * removed LK_SPIRALPIERCE from lord knights not on peco's[MouseJstr] + * Moved the code from map_quit to pc_makesavestatus that + "adjusts" the skill tree before persisting to the character + server [MouseJstr] + * made pc_makesavestatus() properly persist skills that are + unavailable but not forgotten (example, spiral pierce). You can now + get spiral pierce, get off your peco, log out, log in, and + get back on your peco and still have not lost the skill + points you invested. This also solves the problems of when + the skill tree gets changed, players loosing the points. [MouseJstr] + * Made pc_resetskill() properly reset skills that are + currently not visible due to skilltree changes [MouseJstr] * Finished updating most of the map-server to 1082... i'll leave the more technical ones for the other devs ^^; [celest] * Added other new battle_athena options from jA 1082 ... descriptions not |