summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-27 09:36:44 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-27 09:36:44 +0000
commit2b36c1771884ccfa13e1df460fb7f6c6c5a04d12 (patch)
tree729af49c9657425555a8ec3cd59c492f59c09340 /Changelog-Trunk.txt
parentb9e21d0eb2447cd04961c0ad6ef7e9984b39c1f2 (diff)
downloadhercules-2b36c1771884ccfa13e1df460fb7f6c6c5a04d12.tar.gz
hercules-2b36c1771884ccfa13e1df460fb7f6c6c5a04d12.tar.bz2
hercules-2b36c1771884ccfa13e1df460fb7f6c6c5a04d12.tar.xz
hercules-2b36c1771884ccfa13e1df460fb7f6c6c5a04d12.zip
* Fixed skill_can_produce_mix not checking, whether or not the produced goods can actually be stored (bugreport:4674).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14633 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 e1b5c969b..237805ca3 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/26
+ * Fixed skill_can_produce_mix not checking, whether or not the produced goods can actually be stored (bugreport:4674). [Ai4rei]
* Reverted r14565, as the database version is already properly commented in source and is overwritten upon first sync of account.txt anyway. [Ai4rei]
* Cleaned up script command checkweight. [Ai4rei]
- Replaced some code parts with calls to pc_checkadditem and pc_inventoryblank (follow up to r13735).