summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-07 13:11:01 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-07 13:11:01 +0000
commit9ef1a1067576ea1dad9ca99dee573d207d80dcc4 (patch)
tree545ec64674366e356624df5f758952d9407f841e /Changelog-Trunk.txt
parente08ebfb66b255385436786db6e95cf9089db25d2 (diff)
downloadhercules-9ef1a1067576ea1dad9ca99dee573d207d80dcc4.tar.gz
hercules-9ef1a1067576ea1dad9ca99dee573d207d80dcc4.tar.bz2
hercules-9ef1a1067576ea1dad9ca99dee573d207d80dcc4.tar.xz
hercules-9ef1a1067576ea1dad9ca99dee573d207d80dcc4.zip
Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing proper usage. (bugreport:3025)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13855 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 b8e59565d..b0c6cdefb 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
09/06/07
+ * Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing proper usage. (bugreport:3025) [Paradox924X]
* Implemented "cooking exp" that increases the success chance of cooking by 0.05% per try and the max bonus is 20%. [Inkfish]
09/06/05
* Job_Battle_Manual and Battle_Manual can be used simultaneously. [Inkfish]