diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-15 16:13:50 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-15 16:13:50 +0000 |
commit | 5a23118e4612b0d74f4bced2c5a33e0d77e8d762 (patch) | |
tree | 1037f5aed696fb66fb9a57280d803716026340ed /db | |
parent | 54bf1b40b6b43f23975e62a829112e2657d20d47 (diff) | |
download | hercules-5a23118e4612b0d74f4bced2c5a33e0d77e8d762.tar.gz hercules-5a23118e4612b0d74f4bced2c5a33e0d77e8d762.tar.bz2 hercules-5a23118e4612b0d74f4bced2c5a33e0d77e8d762.tar.xz hercules-5a23118e4612b0d74f4bced2c5a33e0d77e8d762.zip |
Fixed duration of Enchant Deadly Poison
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11480 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 65343defe..f1209fa45 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -34,6 +34,7 @@ ======================= 10/15 + * Fixed duration of Enchant Deadly Poison [Playtester] * Reverted last fix according to tests on Aegis [Playtester] * Fixed aftercast delay and timer of Venom Splasher [Playtester] 10/14 diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index c8e7d7e79..7b2567bac 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -615,7 +615,7 @@ //===== Assassin Cross ===================== //-- ASC_EDP -378,0,2000,0,20000:30000:40000:50000:60000,20000:30000:40000:50000:60000 +378,0,2000,0,40000:45000:50000:55000:60000,20000:30000:40000:50000:60000 //-- ASC_BREAKER 379,700,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0,0 //========================================== |