diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-23 19:08:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-23 19:08:34 +0000 |
commit | 1fc61a4c982792d5d8b82568d5b8b93db267bc24 (patch) | |
tree | f285adbee49dc69597cb5177bd193ce7f31becf1 /Changelog-Trunk.txt | |
parent | e2ccee4d1aba838b8fc42a2c658a689b161751b1 (diff) | |
download | hercules-1fc61a4c982792d5d8b82568d5b8b93db267bc24.tar.gz hercules-1fc61a4c982792d5d8b82568d5b8b93db267bc24.tar.bz2 hercules-1fc61a4c982792d5d8b82568d5b8b93db267bc24.tar.xz hercules-1fc61a4c982792d5d8b82568d5b8b93db267bc24.zip |
- Updated the skill_db, some mob skills seem to be better to a range of -9 than 9.
- Corrected the pet_db information for Xmas Goblin and Rice Cake.
- Replaced all struct map_session_data to TBL_PC in script.c
- Pressure no longer vaporizes plants.
- Corrected pc_setregstr to handle a null str argument.
- Corrected @reloadbattleconf causing a add_timer_func "already existing function" error.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10326 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 0147f226a..6ecdd4243 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. +2007/04/24 + * Pressure no longer vaporizes plants. 2007/04/23 * Fixed bug which totally broke item group bonuses. * Added warnings when setting a pvp/gvg flag removes the other flags on the |