diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-20 16:02:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-20 16:02:22 +0000 |
commit | 4f06f94e70e92904a8d86be32de0b1dfb6c35633 (patch) | |
tree | ef36652e967a87f3d0fdbaa61d910e4b464516a2 /Changelog-Trunk.txt | |
parent | f3e0608b8871675ec21c8da90ea3ca545f54e017 (diff) | |
download | hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.tar.gz hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.tar.bz2 hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.tar.xz hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.zip |
- getpetinfo 5 will now return the pet's rename flag.
- Autoloot will now only work on items dropped a certain distance from the player. The distance is defined by AUTOLOOT_DISTANCE in atcommand.h and defaults to AREA_SIZE.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0f6f9d444..34c00bb9f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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. 2007/03/21 + * getpetinfo 5 will now return the pet's rename flag. + * Autoloot will now only work on items dropped a certain distance from the + player. The distance is defined by AUTOLOOT_DISTANCE in atcommand.h and + defaults to AREA_SIZE. * Removed Magic Rod's cast bar. * Gravitation no longer causes damage flinch. [Skotlex] 2007/03/20 |