diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 04:17:24 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 04:17:24 +0000 |
commit | 652a86beab80b9d5fa43c502b5e102ae3706e14d (patch) | |
tree | 7a3aff7f627ae7e720ca731484baebceb670bbb9 /Changelog-Trunk.txt | |
parent | c7062660486e8636edf6e4079185e774606dcaf1 (diff) | |
download | hercules-652a86beab80b9d5fa43c502b5e102ae3706e14d.tar.gz hercules-652a86beab80b9d5fa43c502b5e102ae3706e14d.tar.bz2 hercules-652a86beab80b9d5fa43c502b5e102ae3706e14d.tar.xz hercules-652a86beab80b9d5fa43c502b5e102ae3706e14d.zip |
- Fixed a memory leak when there exists more than one user function with the same name, added the appropiate warning when this happens.
- Added reporting source file when an npc shops item's price is exploitable.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7935 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 638f4bf8e..0183db62a 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.
2006/07/27
+ * Fixed a memory leak when there exists more than one user function with
+ the same name, added the appropiate warning when this happens. [Skotlex]
+ * Added reporting source file when an npc shops item's price is
+ exploitable. [Skotlex]
* The picklog will now record negative values for items sold to npcs.
[Skotlex]
* Added inmediate position and hp-bar update when a character joins a
|