summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-06 16:06:28 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-04-06 16:06:28 +0000
commit0a8d24ef2cb18c75f846acb3c57c4d90b2feadcd (patch)
tree977b398109feb027175652f631dbe67a9791fbd2 /Changelog-Trunk.txt
parentdd69731e5784c8380e78d03c8971ceabdbff4ba8 (diff)
downloadhercules-0a8d24ef2cb18c75f846acb3c57c4d90b2feadcd.tar.gz
hercules-0a8d24ef2cb18c75f846acb3c57c4d90b2feadcd.tar.bz2
hercules-0a8d24ef2cb18c75f846acb3c57c4d90b2feadcd.tar.xz
hercules-0a8d24ef2cb18c75f846acb3c57c4d90b2feadcd.zip
* Fixed script command 'warpwaitingpc' not checking, whether or not the player still has required amount of Zeny (since r14765).
- Fixed warping through 'warpwaitingpc' to savepoint would take the fee twice ( missing {} ). - Fixed random warping through 'warpwaitingpc' would not take away fee Zeny at all. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14772 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index a019f3c82..4d8590207 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,9 @@
Date Added
2011/04/06
+ * Fixed script command 'warpwaitingpc' not checking, whether or not the player still has required amount of Zeny (since r14765). [Ai4rei]
+ - Fixed warping through 'warpwaitingpc' to savepoint would take the fee twice ( missing {} ).
+ - Fixed random warping through 'warpwaitingpc' would not take away fee Zeny at all.
* STABLE IS NOW THE OLD TRUNK. THE NEW TRUNK IS NOW FOR BLEEDING-EDGE AND/OR UNTESTED CHANGES. [Paradox924X]
2011/04/05
* Moved detection of monotonic clock support to the configure script, which also checks, whether or not it actually works (bugreport:1003, related r11912 and r11983). [Ai4rei]