summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 10:57:30 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 10:57:30 +0000
commit492443cd3a0eddabb24212e6b04a3f7d3c9bce88 (patch)
treef59fa26b969e4426a9758b0dc2307088785907e8 /Changelog.txt
parent8d5b0ca9a5f8129a6e3cba71adc9bfea21f9ddb6 (diff)
downloadhercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.tar.gz
hercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.tar.bz2
hercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.tar.xz
hercules-492443cd3a0eddabb24212e6b04a3f7d3c9bce88.zip
* Updated Acid Terror, Sword Reject, Double Strafe
* Replaced checking whether items can be refined or not with a new function * Fixed npctalk outputting to chat [celest] * Allowed some values in script_config to be customised in script_athena.conf git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@654 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index ed6542de7..9dc32511a 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,13 @@
Date Added
+12/20
+ * Updated Acid Terror - should never miss [celest]
+ * updated Sword Reject - should display reflected damage properly now [celest]
+ * Updated Double Strafe - should only work with bows [celest]
+ * Replaced checking whether items can be refined or not with a new function [celest]
+ * Added Gengar's fix for npctalk outputting to chat [celest]
+ * Allowed some values in script_config to be customised in script_athena.conf [celest]
+
12/19
* Added -DFASTCHAR to char_sql for testing performance work
before I merge it into the main running code [MouseJstr]