summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 18:13:04 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 18:13:04 +0000
commit958273319fea7cdc8b82ec988ae6c235c7657ca2 (patch)
tree199f7180bd715e3773cf5a19df5f37dc2c977daf /Changelog.txt
parent114a63af2cecc309da7e34ddf65e5eb3156126af (diff)
downloadhercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.tar.gz
hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.tar.bz2
hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.tar.xz
hercules-958273319fea7cdc8b82ec988ae6c235c7657ca2.zip
* Added auto reading leveluseskillspamount.txt and indoorrswtable.txt
* Added check in grfio.c to prevent crashing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@667 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index ae0556076..ccc02a939 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,6 +1,10 @@
Date Added
12/20
+ * Added reading leveluseskillspamount.txt from the GRF to auto set sp used for each skill [celest]
+ * Added reading indoorrswtable.txt from the GRF to auto set 'indoor' mapflags
+ [celest]
+ * Added check in grfio.c to prevent crashing if a file wasn't found [celest]
* Rolling GUILDCACHE and FASTCHAR into main branches/stable
tree [MouseJstr]
* Changed max_paramter to an unsigned int so that you can have over 255 as your max stat [Codemaster]