From 9c0ac993e7a447b3121af0f2bf7a16f933952643 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 19 Dec 2010 18:04:18 +0000 Subject: * Fixes to the dynamic shop sample script (first part of dynamic shop fixes). - Fixed wrong check in ::OnSellItem, causing not-enough-items condition not getting detected (since r11829). - Fixed an exploit in ::OnSellItem, causing Zeny to be given to the player, even if the items fail to delete (since r5842). - Fixed missing 'close' in ::OnSellItem (since r5842). - Replaced 'end' with 'close' in ::OnBuyItem (since r5842, followup to r11829). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14609 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3a5ca5767..3659b879f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,11 @@ Date Added 2010/12/19 + * Fixes to the dynamic shop sample script. [Ai4rei] + - Fixed wrong check in ::OnSellItem, causing not-enough-items condition not getting detected (since r11829). + - Fixed an exploit in ::OnSellItem, causing Zeny to be given to the player, even if the items fail to delete (since r5842). + - Fixed missing 'close' in ::OnSellItem (since r5842). + - Replaced 'end' with 'close' in ::OnBuyItem (since r5842, followup to r11829). * Replaced maximum script array size literals with a define (constant). [Ai4rei] - Fixed an off-by-one mistake in copyarray, allowing to copy 1 element more into the target array, than allowed (since r10813). 2010/12/18 -- cgit v1.2.3-60-g2f50