diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-15 19:33:27 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-15 19:33:27 +0000 |
commit | 4c5b1387b212850a38a3ac73eac4896c445323dc (patch) | |
tree | 5a2830527bf12d90222e91016ea157073dde7648 /Changelog-Trunk.txt | |
parent | dbd7ea83d57367a8cfbb86516c957f11da883b28 (diff) | |
download | hercules-4c5b1387b212850a38a3ac73eac4896c445323dc.tar.gz hercules-4c5b1387b212850a38a3ac73eac4896c445323dc.tar.bz2 hercules-4c5b1387b212850a38a3ac73eac4896c445323dc.tar.xz hercules-4c5b1387b212850a38a3ac73eac4896c445323dc.zip |
* Fixed missing check in cooking, causing cooking kit requirement could be bypassed by sending 0x25b (CZ_REQ_MAKINGITEM) directly (bugreport:4642, since r13628).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14592 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d188046b8..ebd058b88 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2010/12/15 + * 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] 2010/12/12 |