summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-11 14:56:54 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-11 14:56:54 +0000
commit77cac05d9b256039f7b2b5b00f901ad76fddfe86 (patch)
treed1b03b2f49504ed2216fae91dfed2e2148ff5bb4 /Changelog.txt
parenta1b35482fdba21356c1d7e90e55ea213a8af0f58 (diff)
downloadhercules-77cac05d9b256039f7b2b5b00f901ad76fddfe86.tar.gz
hercules-77cac05d9b256039f7b2b5b00f901ad76fddfe86.tar.bz2
hercules-77cac05d9b256039f7b2b5b00f901ad76fddfe86.tar.xz
hercules-77cac05d9b256039f7b2b5b00f901ad76fddfe86.zip
a try on the "unknown skill" error [Shinomori]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1075 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index ea0f583bb..181fd2f2c 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,6 +1,9 @@
Date Added
02/11
+ * not realy fixing the "unknown skill" error
+ but returning skill_castend_damage_id when called with skillid < 0
+ still need to search a reason why it is called with -1 [Shinomori]
* EXPERIMENTAL: Reduced memory used for the skill_tree DB by 30+mb [celest]
* Added script commands isday and isnight - checks whether its night or
daytime. Example: if(isnight()) ... [celest]