summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-15 23:50:42 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-15 23:50:42 +0000
commit75249417a0a7e234485ae763b6de8a3517ad77f9 (patch)
treefd906d56dfa07c54ae8ec4f1ac8587286325effb /Changelog-Trunk.txt
parent4c5b1387b212850a38a3ac73eac4896c445323dc (diff)
downloadhercules-75249417a0a7e234485ae763b6de8a3517ad77f9.tar.gz
hercules-75249417a0a7e234485ae763b6de8a3517ad77f9.tar.bz2
hercules-75249417a0a7e234485ae763b6de8a3517ad77f9.tar.xz
hercules-75249417a0a7e234485ae763b6de8a3517ad77f9.zip
* Corrected type of second argument of script command 'setbattleflag' from string to number (bugreport:4640, topic:261833, since r5407, related r14577).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14593 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ebd058b88..1fcbf5230 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/15
+ * Corrected type of second argument of script command 'setbattleflag' from string to number (bugreport:4640, topic:261833, since r5407, related r14577). [Ai4rei]
* Fixed missing check in cooking, causing cooking kit requirement could be bypassed by sending 0x25b (CZ_REQ_MAKINGITEM) directly (bugreport:4642, since r13628). [Ai4rei]
2010/12/13
* Fixed plugin 'sig' not being compilable on Mac OS X, due to different return value type of 'strsignal' (bugreport:4637). [Ai4rei]