diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 01:40:59 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 01:40:59 +0000 |
commit | bb467e9764ff8f6c26fb540edd5db9af41f889c7 (patch) | |
tree | 371b112053152a8eea656e7c09c25431050939be /Changelog-Trunk.txt | |
parent | 43f4abfd389331aed5d245f110dcf22ebb28bf50 (diff) | |
download | hercules-bb467e9764ff8f6c26fb540edd5db9af41f889c7.tar.gz hercules-bb467e9764ff8f6c26fb540edd5db9af41f889c7.tar.bz2 hercules-bb467e9764ff8f6c26fb540edd5db9af41f889c7.tar.xz hercules-bb467e9764ff8f6c26fb540edd5db9af41f889c7.zip |
- Fixed map_nick2sd so that searching for "Adam" will not match a char named "Adam Smith". Thanks to Adam for reporting it out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7172 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 7ba4921b2..979f96089 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/06/14
+ * Fixed map_nick2sd so that searching for "Adam" will not match a char
+ named "Adam Smith". Thanks to Adam for reporting it out. [Skotlex]
* Modified how luk reduces status changes by reducing the gap. Eg: resist =
vit; resist += (max - resist)*luk/300; [Skotlex]
* Added battle settings pc_max_sc_luk/mob_max_sc_luk to handle which is the
|