diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-18 00:35:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-18 00:35:25 +0000 |
commit | b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd (patch) | |
tree | 2d0091d8850f99202eec68d49ca65ad621a34c51 /db/skill_cast_db.txt | |
parent | 3dae80a032f7154e9297b2aa71cd1697ffdf4a8e (diff) | |
download | hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.tar.gz hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.tar.bz2 hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.tar.xz hercules-b24981b5d5bb162c68b8dffd0c7dfaf66f44c2dd.zip |
- Reenabled client requesting to self mute, as the whole knockback packet issues of the past which were causing players to mute themselves when being knockback is no longer there.
- Changed NPC_CHANGEUNDEAD from a self skill to a targetted skill. Changed it's duration to 30 secs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8787 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index fadc6e3ba..f135e7126 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -537,7 +537,7 @@ //-- NPC_STOP
342,0,0,0,10000,0
//-- NPC_CHANGEUNDEAD
-348,0,0,0,1800000,0
+348,0,0,0,30000,0
//-- NPC_POWERUP
349,0,0,0,60000:120000:180000:240000:300000,0
//-- NPC_AGIUP
|