summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-26 16:42:39 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-26 16:42:39 +0000
commit2091c7772e8adcb05329e5cf816bba4e0c418daf (patch)
treefecb45fc6c21946e9428bd4e9ada846edbe6a4d4 /Changelog-Trunk.txt
parenta25b1a1f0fb28d4262cdbf22bcc7727b576a876a (diff)
downloadhercules-2091c7772e8adcb05329e5cf816bba4e0c418daf.tar.gz
hercules-2091c7772e8adcb05329e5cf816bba4e0c418daf.tar.bz2
hercules-2091c7772e8adcb05329e5cf816bba4e0c418daf.tar.xz
hercules-2091c7772e8adcb05329e5cf816bba4e0c418daf.zip
* Cleaned up script command checkweight.
- Replaced some code parts with calls to pc_checkadditem and pc_inventoryblank (follow up to r13735). - Fixed item id not getting checked for validity properly. * Moved MAX_AMOUNT check in pc_checkadditem to the top of the function, to prevent unnecessary inventory scan before it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14629 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9ad319bfb..e49dce935 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,10 @@
Date Added
2010/12/26
+ * Cleaned up script command checkweight. [Ai4rei]
+ - Replaced some code parts with calls to pc_checkadditem and pc_inventoryblank (follow up to r13735).
+ - Fixed item id not getting checked for validity properly.
+ * Moved MAX_AMOUNT check in pc_checkadditem to the top of the function, to prevent unnecessary inventory scan before it.
* Fixed opening other player's vending terminating currently running NPC conversation. Vending is now unavailable when talking to an NPC (bugreport:2208). [Ai4rei]
* Fixed vending not accepting 0 Zeny as sell price. The client asks for confirmation when you attempt to sell items at 0 Zeny (bugreport:2595, since r918 and r11344).
* Fixed items, that get dropped at 100% chance, being reported in @iteminfo as 'available in the shops only' (since/replaces r3482). [Ai4rei]