diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-21 21:38:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-21 21:38:56 +0000 |
commit | d5757f74134b4c00eb055aa75f52eb38c13b9b92 (patch) | |
tree | 3eeb1dd0fbd0cdd4565705a9cfc8647cd6b37a81 /db/Changelog.txt | |
parent | c7603c50a23591bcb7a44de7f5495a7dbae8d63b (diff) | |
download | hercules-d5757f74134b4c00eb055aa75f52eb38c13b9b92.tar.gz hercules-d5757f74134b4c00eb055aa75f52eb38c13b9b92.tar.bz2 hercules-d5757f74134b4c00eb055aa75f52eb38c13b9b92.tar.xz hercules-d5757f74134b4c00eb055aa75f52eb38c13b9b92.zip |
- Various GS skill requirement corrections:
- All coin related skills can be used with any weapon. Those that require ammo can be used with any ammo.
- Added support for specifying ammo type = 99 in the skill_require_db file, it can be used to specify that any kind of ammo can be used with the skill, but you NEED to have ammo equipped.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9289 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r-- | db/Changelog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 13c2f3283..d02496c95 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ ========================
11/21
+ * All coin related skills can be used with any weapon. Those that require
+ ammo can be used with any ammo. [Skotlex]
* Fixed all cast times and delays of Gunslinger skills [Playtester]
- cast time of Dust is reduced by dex
- Tracking cast time cannot be reduced by anything
|