diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-23 22:49:21 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-23 22:49:21 +0000 |
commit | ad81f62be42d1f1e6ef14266d442603a68714c94 (patch) | |
tree | 7a735f6d862e73fab565c6f7468ff49f06391fe4 /Changelog-SVN.txt | |
parent | 125ff2ca6b79b278576f7ddbbd6ac99526b7a852 (diff) | |
download | hercules-ad81f62be42d1f1e6ef14266d442603a68714c94.tar.gz hercules-ad81f62be42d1f1e6ef14266d442603a68714c94.tar.bz2 hercules-ad81f62be42d1f1e6ef14266d442603a68714c94.tar.xz hercules-ad81f62be42d1f1e6ef14266d442603a68714c94.zip |
mob db exp reading fix
mobs item drops rate fix
mob spawn once shows normal log
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1170 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index f6c0c52b6..8ca6cf7da 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,5 +1,11 @@ Date Added +02/24 + * Fixed Steal Item Rate. It has been multiplied twice on common_item_drop value for any kinds of items. [Lupus] + e.g. If you set droprate of comman items to 500%, then even rare items could be stolen more easily. Thanks to Freya + * Items Droprate fix. Now it adjusts correctly, w/o overflows. Thanks to Freya [Lupus] + * mob DBbs EXP reading fix. w/o overflows. Thanks to Freya [Lupus] + 02/23 * Added bAddItemHealRate [celest] * Fixed a crash if adding an offline player to a party, thanks to Alex14 |