summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-31 18:19:10 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-31 18:19:10 +0000
commitbab1ce1992acc67b814e3de9f09ac58d569265b1 (patch)
tree4ff3c822b927b93501ede551698cc83991e3f44f /Changelog-Trunk.txt
parent8798c74ee34dd5c42873abfb0a93e7efd892a3c9 (diff)
downloadhercules-bab1ce1992acc67b814e3de9f09ac58d569265b1.tar.gz
hercules-bab1ce1992acc67b814e3de9f09ac58d569265b1.tar.bz2
hercules-bab1ce1992acc67b814e3de9f09ac58d569265b1.tar.xz
hercules-bab1ce1992acc67b814e3de9f09ac58d569265b1.zip
- Fixed skill_require_db loading.
- Added a column to specify the amount of ammo required for skills that require ammo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5831 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 cc47769ca..449c40068 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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.
2006/03/31
+ * Fixed skill_require_db loading of the new ammo columns.
+ * Added a column to specify the amount of ammo required for skills that
+ require it. [Skotlex]
* Added support for ArrowType requirement on skills. It checks for having
an item equipped on the arrow-slot who's view has to match with the
required arrow-type (works the same way it does for weapons). [Skotlex]