diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-18 14:33:31 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-18 14:33:31 +0000 |
commit | f541d307ada85d57093a34ed4155fb4439258cda (patch) | |
tree | bf33c9487a18724f0ab9812c69b98e34bfc2274d /Changelog-Trunk.txt | |
parent | 1e5d5e21e151957e7ebbd1fde2942b522a11418e (diff) | |
download | hercules-f541d307ada85d57093a34ed4155fb4439258cda.tar.gz hercules-f541d307ada85d57093a34ed4155fb4439258cda.tar.bz2 hercules-f541d307ada85d57093a34ed4155fb4439258cda.tar.xz hercules-f541d307ada85d57093a34ed4155fb4439258cda.zip |
* Fixed a bug when unloading a npc near a shop.
* Fixed npc_buylist not giving/checking the good item when it was an item_avail in the shop (the real one was added in inventory).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12616 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2053413d5..2ceb46812 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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. 2008/04/18 + * Fixed a bug when unloading a npc near a shop. + * Fixed npc_buylist not giving/checking the good item when it was an + item_avail in the shop (the real one was added in inventory). * Implemented config setting 'vending_over_max', to let people configure the behavior of vending items over the MAX_ZENY limit [ultramage] 2008/04/15 |