diff options
Diffstat (limited to 'db')
-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
//==========================================
|