diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-04 08:22:53 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-04 08:22:53 +0000 |
commit | 1c5e4a6caf2e70592c80202e7222e895a67b5f10 (patch) | |
tree | 1de75be79bf2539b1bb55e460dc8d4b3504624d1 /Changelog-Trunk.txt | |
parent | 5a0c79ee6c863ffeed86c325d4ecd7708cc12b58 (diff) | |
download | hercules-1c5e4a6caf2e70592c80202e7222e895a67b5f10.tar.gz hercules-1c5e4a6caf2e70592c80202e7222e895a67b5f10.tar.bz2 hercules-1c5e4a6caf2e70592c80202e7222e895a67b5f10.tar.xz hercules-1c5e4a6caf2e70592c80202e7222e895a67b5f10.zip |
* Added the md5() script command. (follow up to r13719)
- Changed kafra storage password to be stored as md5 hash in #kafra_code$.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13728 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 67e3b5350..cf99d95bf 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. +2009/05/04 + * Added the md5() script command. [brianluau] 2009/05/03 * Updated item_db.sql and mob_db.sql from recent changes to both. Thanks to Peter once again! [Jguy] * Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish] |