diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-17 04:24:03 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-17 04:24:03 +0000 |
commit | a57b783594431a82bfbb7eef8f2bd031293aba34 (patch) | |
tree | 2fce4c2db5e2dc0a04fe954a11a503666e8550e4 /db | |
parent | 958be9a92810241683c79d351150bc51d188c3ff (diff) | |
download | hercules-a57b783594431a82bfbb7eef8f2bd031293aba34.tar.gz hercules-a57b783594431a82bfbb7eef8f2bd031293aba34.tar.bz2 hercules-a57b783594431a82bfbb7eef8f2bd031293aba34.tar.xz hercules-a57b783594431a82bfbb7eef8f2bd031293aba34.zip |
NPC_SELFDESTRUCTION damage def fixed, bugreport:4542
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15145 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 3acef2359..eec5dd1a8 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -217,7 +217,7 @@ 170,-9,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0, NPC_CRITICALSLASH,Defense disregard attack 171,-9,8,1,-1,0,0,10,-2:-3:-4:-5:-6:-7:-8:-9:-10:-11,no,0,0x2,0,weapon,0, NPC_COMBOATTACK,Multi-stage Attack 172,-9,6,1,-1,0x40,0,10,1,no,0,0x2,0,weapon,0, NPC_GUIDEDATTACK,Guided Attack -173,5,6,4,3,0xD2,5,10,1,no,0,0x2,0,misc,3, NPC_SELFDESTRUCTION,Suicide bombing +173,5,6,4,3,0xE2,5,10,1,no,0,0x2,0,misc,3, NPC_SELFDESTRUCTION,Suicide bombing 174,-9,6,1,-1,0x2,3,1,1,no,0,0x2,0,weapon,0, NPC_SPLASHATTACK,Splash attack 175,0,0,4,0,0x41,0,10,1,no,0,0x2,0,misc,0, NPC_SUICIDE,Suicide 176,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_POISON,Poison Attack |