diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index a2738806a..fd22db85c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,10 @@ -----
========================
+
+11/06
+ * Ganbantein's delay is now 2 secs. [Skotlex]
+ * Removed the time2 value of NJ_NEN since it has no use. [Skotlex]
11/05
* Raised the chance to get an OPB from an OPB [Playtester]
* Official NJ/GS job exp for level 51+52 [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 58f50c1b7..113eaa4db 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -809,7 +809,7 @@ //-- PF_DOUBLECASTING
482,2000,0,0,90000,0
//-- HW_GANBANTEIN
-483,3000,5000,0,0,0
+483,3000,2000,0,0,0
//-- HW_GRAVITATION
484,5000,2000,0,5000:6000:7000:8000:9000,0
//-- WS_CARTTERMINATION
@@ -920,7 +920,7 @@ //-- NJ_KAMAITACHI
542,4000,0,0,0,0
//-- NJ_NEN
-543,5000:4000:3000:2000:1000,0,0,30000:45000:60000:75000:90000,30000:45000:60000:75000:90000
+543,5000:4000:3000:2000:1000,0,0,30000:45000:60000:75000:90000,0
//-- NJ_ISSEN
544,0,3000,0,0,0
//==========================================
|