diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-25 04:26:14 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-25 04:26:14 +0000 |
commit | c9b4a887c5c9102d566508c75ebfaa803928e1d9 (patch) | |
tree | 3a7b393da4c3fa7d81a289a97c1505bbac2fa64d /db/skill_unit_db.txt | |
parent | d0444d585daf3f0203adb5779371e2e2cef57adf (diff) | |
download | hercules-c9b4a887c5c9102d566508c75ebfaa803928e1d9.tar.gz hercules-c9b4a887c5c9102d566508c75ebfaa803928e1d9.tar.bz2 hercules-c9b4a887c5c9102d566508c75ebfaa803928e1d9.tar.xz hercules-c9b4a887c5c9102d566508c75ebfaa803928e1d9.zip |
* Just some random updates and bugfixes!
- Corrected Landmine's placement range. (bugreport:2305)
- Corrected comment in merc skill db. (bugreport:2324)
- Corrected the casting range for traps. (Based on visial comparison from iRO)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13323 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_unit_db.txt')
-rw-r--r-- | db/skill_unit_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index de97ecaa4..9741d7d88 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -40,7 +40,7 @@ 91,0x86, , 0, 2,1000,enemy, 0x010 //WZ_HEAVENDRIVE 92,0x8e, , 2, 0, -1,enemy, 0x010 //WZ_QUAGMIRE 115,0x90, , 0, 1,1000,enemy, 0x006 //HT_SKIDTRAP -116,0x93, , 0, 0,1000,enemy, 0x006 //HT_LANDMINE +116,0x93, , 0, 1,1000,enemy, 0x006 //HT_LANDMINE 117,0x91, , 0, 1,1000,enemy, 0x006 //HT_ANKLESNARE 118,0x94, , 0, 1,1000,enemy, 0x006 //HT_SHOCKWAVE 119,0x95, , 0, 1,1000,enemy, 0x006 //HT_SANDMAN |