diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 23:41:55 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 23:41:55 +0000 |
commit | 131efc2626e2c23f22742c670f34d03ba77c1520 (patch) | |
tree | e211535a73395dc052d614865a46d88437a35e23 | |
parent | 0b7bd952f1adfdd66151c1ca7c824dd59a0094ce (diff) | |
download | hercules-131efc2626e2c23f22742c670f34d03ba77c1520.tar.gz hercules-131efc2626e2c23f22742c670f34d03ba77c1520.tar.bz2 hercules-131efc2626e2c23f22742c670f34d03ba77c1520.tar.xz hercules-131efc2626e2c23f22742c670f34d03ba77c1520.zip |
Removed cast time of AM_REST & AM_CALLHOMUNCULUS
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8217 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 3007c7449..486705730 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ =========================
09/08
+ * Removed cast time of AM_REST & AM_CALLHOMUNCULUS [Toms]
* Hopefully fixed Green Ferus card combo [Playtester]
* Removed bonus range on some bows (there is a range column for that) [Playtester]
- also reverted sidewinder card, chance is handled in the code
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index a08c358ab..82815c5f9 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -377,9 +377,9 @@ 237,2000,0,0,120000:240000:360000:480000:600000,0
//==========================================
//-- AM_CALLHOMUNCULUS
-243,2000,0,0,0,0
+243,0,0,0,0,0
//-- AM_REST
-244,2000,0,0,0,0
+244,0,0,0,0,0
//-- AM_RESURRECTHOMUN
247,2000,0,0,0,0
//==========================================
|