diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-23 03:26:49 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-23 03:26:49 +0000 |
commit | b77c66e953ed744e59e77a750ea8e725bb36d55e (patch) | |
tree | c9968e6ed89d467f3d6556b043cb6a259979c4f5 /Changelog-Trunk.txt | |
parent | beffc4eecbce7d0d869aef0d3cc49d732f87e514 (diff) | |
download | hercules-b77c66e953ed744e59e77a750ea8e725bb36d55e.tar.gz hercules-b77c66e953ed744e59e77a750ea8e725bb36d55e.tar.bz2 hercules-b77c66e953ed744e59e77a750ea8e725bb36d55e.tar.xz hercules-b77c66e953ed744e59e77a750ea8e725bb36d55e.zip |
- Updated Box of thunder to use "agi up" effect for 30 secs instead of NPC Agi Up for 20.
- Guild expulsion now will fail when the character to be kicked is in a guild castle (rather than checking for the character doing the expulsion)
- pk damage reduction settings now will take effect only on Player VS player damage.
- Fixed produce_db2.txt entries overwriting produce_db.txt ones.
- Fixed item-granted/plagiarized skills unlocking skill trees when only your real learned level should.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9899 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1c6cfb32f..4359a4f30 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ 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/02/23 + * Guild expulsion now will fail when the character to be kicked is in a + guild castle (rather than checking for the character doing the expulsion) + * pk damage reduction settings now will take effect only on Player VS + player damage. + * Fixed produce_db2.txt entries overwriting produce_db.txt ones. + * Fixed item-granted/plagiarized skills unlocking skill trees when only + your real learned level should. [Skotlex] 2007/02/21 * Applied a consistent look to all header files (copyright, ifdefs) * Minor stuff (typos, socket.c, junk in login reply packet) [ultramage] |