diff options
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 749d5eef9..f43d2bdd0 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -33,6 +33,8 @@ 13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds. ======================= +10/13 + * Fixed duration of NPC_POWERUP [Playtester] 10/12 * Rev. 11437 Corrected pet tames for newest pets. [L0ne_W0lf] * Fixed up various skills that are supposed to use aMotion as delay [Playtester] diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 619ae29af..c5d9f604a 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -541,7 +541,7 @@ //-- NPC_CHANGEUNDEAD 348,0,0,0,30000,0 //-- NPC_POWERUP -349,0,0,0,60000:120000:180000:240000:300000,0 +349,0,0,0,10000:15000:20000:25000:30000,0 //-- NPC_AGIUP 350,0,0,0,10000:15000:20000:25000:30000,0 //-- NPC_INVISIBLE |