diff options
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_castnodex_db.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 94e72a44c..53e6abd2b 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -40,6 +40,8 @@ 2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well. ======================= +2009/03/25 + * Fixed Sonic Blow's and Arrow Vulcan's aftercast delay being reducable by Bragi [Playtester] 2009/03/24 * Fixed Incarnations of Morroc losing their boss mode [Playtester] 2009/03/23 diff --git a/db/skill_castnodex_db.txt b/db/skill_castnodex_db.txt index 7f2394f7b..73bddc9cf 100644 --- a/db/skill_castnodex_db.txt +++ b/db/skill_castnodex_db.txt @@ -14,6 +14,7 @@ // Note: Delay setting '1' only makes sense when delay_dependon_dex is enabled. // Example: 46,1,1 = Double Strafe's cast time and delay is not affected by dex. +136,0,2 //AS_SONICBLOW 263,0,2 //MO_TRIPLEATTACK 272,0,2 //MO_CHAINCOMBO 273,0,2 //MO_COMBOFINISH @@ -22,6 +23,7 @@ 370,1 //CH_PALMSTRIKE 371,0,2 //CH_TIGERFIST 372,0,2 //CH_CHAINCRUSH +394,0,2 //CG_ARROWVULCAN 403,3 //PF_MEMORIZE 408,1 //WE_BABY 409,1 //WE_CALLPARENT |