diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-31 16:09:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-31 16:09:50 +0000 |
commit | 693613de2eda402fe459809cbe7ea22cbd052218 (patch) | |
tree | 8f4da46add7a622825742986fcb055ff0a0374a3 /Changelog-Trunk.txt | |
parent | 0415b6b6e9ca2a6d08d38fd811e21ffb641a9265 (diff) | |
download | hercules-693613de2eda402fe459809cbe7ea22cbd052218.tar.gz hercules-693613de2eda402fe459809cbe7ea22cbd052218.tar.bz2 hercules-693613de2eda402fe459809cbe7ea22cbd052218.tar.xz hercules-693613de2eda402fe459809cbe7ea22cbd052218.zip |
- Modified the error reporting in map_freeblock_unlock so that when there's an error, the reported line number is the file's linenumber plus the object's type *10000. This is for debug information to help track down the already-freed error.
- pc_adopt will now preserve the kid's job/job-level/experience. This means that if you adopt a Swordman level 45, it will become a baby-swordman level 45, with the exact same exp as before.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8563 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a12942bb0..f3bb04931 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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/08/31
+ * Modified the error reporting in map_freeblock_unlock so that when there's
+ an error, the reported line number is the file's linenumber plus the
+ object's type *10000. This is for debug information to help track down the
+ already-freed error. [Skotlex]
+ * pc_adopt will now preserve the kid's job/job-level/experience. This means
+ that if you adopt a Swordman level 45, it will become a baby-swordman level
+ 45, with the exact same exp as before. [Skotlex]
* Fixed new mob's name not sent to the client when the mob is morphed [Toms]
* Added setting attack_walk_delay which specifies whether a character
should (or not) be able to move inmediately after starting a normal attack
|