diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 567b292ad..3c8710583 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -29,6 +29,10 @@ =========================
+02/09
+ * Modified Magnum break's delay to 0, time1 to 2 secs, time2 to 10 secs.
+ Time 1 is for the skill reuse delay, and time2 the weapon fire bonus time.
+ [Skotlex]
02/06
* Changed Serin's Gold Ring Weight to 0 [Poki#3]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index ce39f6bbd..80707d479 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -34,7 +34,7 @@ //-- SM_PROVOKE
6,0,0,30000,0
//-- SM_MAGNUM
-7,0,2000,0,0
+7,0,0,2000,10000
//-- SM_ENDURE
8,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,0
//==========================================
|