diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-10 19:26:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-10 19:26:56 +0000 |
commit | 045c123351a3ed8596799d57ae79165e76ed771a (patch) | |
tree | 5022a228eac1777297c752e49b6c0a65f3fe235a /Changelog-Trunk.txt | |
parent | 269c643607bb5ef99141928971e6bac98e3095ed (diff) | |
download | hercules-045c123351a3ed8596799d57ae79165e76ed771a.tar.gz hercules-045c123351a3ed8596799d57ae79165e76ed771a.tar.bz2 hercules-045c123351a3ed8596799d57ae79165e76ed771a.tar.xz hercules-045c123351a3ed8596799d57ae79165e76ed771a.zip |
- Added a few dummy times in skill_cast_db for some GS skills.
- Autoskills now won't trigger on maps where said skill are not allowed.
- Some compilation warning fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5565 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 429e509db..980ffd5a6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/10
+ * Autospells won't trigger now on maps where said skills are forbidden.
+ [Skotlex]
* Changed div (multi-hit) behaviour. Skills with div above zero will get
their total damage increased by the number of hits, div less than zero is
just for "show", total number of hits displayed is abs(div), but damage
|