summaryrefslogtreecommitdiff
path: root/conf-tmpl/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-30 17:38:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-30 17:38:39 +0000
commitbed9459f0edafeab823aa4c0a473828e77e43c15 (patch)
tree1fef3bbf08bb8d7b68307df619daad521aab53f6 /conf-tmpl/Changelog.txt
parent6f24a7748e12e3dd2e24153bd0a5382d89273b98 (diff)
downloadhercules-bed9459f0edafeab823aa4c0a473828e77e43c15.tar.gz
hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.tar.bz2
hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.tar.xz
hercules-bed9459f0edafeab823aa4c0a473828e77e43c15.zip
- Corrected char deletion not working (column is called homun_id, not hom_id...)
- Collapsed config settings produce_item_name_input, produce_potion_name_input, making_arrow_name_input, holywater_name_input, cdp_name_input into a single config produce_item_name_input which uses bitmasks to determine what it affects. - Updated arrow_decrement to have 3 possible values: Disabled, Enabled, and Enabled as well as giving arrow requirements to skills that do not have them when used with ranged weapons (auto-guess for plagiarized/item-granted skills) - Minor cleanings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r--conf-tmpl/Changelog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index c155b7045..cc0765595 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,14 @@
Date Added
+2007/01/29
+ * Collapsed config settings produce_item_name_input,
+ produce_potion_name_input, making_arrow_name_input, holywater_name_input,
+ cdp_name_input into a single config produce_item_name_input which uses
+ bitmasks to determine what it affects. See battle/item.conf for details.
+ * Updated arrow_decrement to have 3 possible values: Disabled, Enabled, and
+ Enabled + Autoguess (gives arrow consumption as appropiate to
+ plagiarized/acquired skills). eA previously had a hardcoded '2' setting,
+ now it's 1 by default as it should be. [Skotlex]
2007/01/28
* Fixed the description of @summon
* Fixed @nuke's position (I edited the wrong file by accident)