diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-19 18:04:18 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-19 18:04:18 +0000 |
commit | 9c0ac993e7a447b3121af0f2bf7a16f933952643 (patch) | |
tree | cb92647488409c044cf7d397d5242e901249cb84 /Changelog-Trunk.txt | |
parent | 6a24f13aaf9b20a63efcb21e4f42d37af955ace7 (diff) | |
download | hercules-9c0ac993e7a447b3121af0f2bf7a16f933952643.tar.gz hercules-9c0ac993e7a447b3121af0f2bf7a16f933952643.tar.bz2 hercules-9c0ac993e7a447b3121af0f2bf7a16f933952643.tar.xz hercules-9c0ac993e7a447b3121af0f2bf7a16f933952643.zip |
* 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
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |