diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-19 09:13:23 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-19 09:13:23 +0000 |
commit | 40a8bcc998538b3a09a50b76c59806a9962d9686 (patch) | |
tree | 0dd96ac00f769fe07a1a8afd1250b72be3491f2f /db | |
parent | 5eb1f6ded420742febf81603f4b23920121fdeb0 (diff) | |
download | hercules-40a8bcc998538b3a09a50b76c59806a9962d9686.tar.gz hercules-40a8bcc998538b3a09a50b76c59806a9962d9686.tar.bz2 hercules-40a8bcc998538b3a09a50b76c59806a9962d9686.tar.xz hercules-40a8bcc998538b3a09a50b76c59806a9962d9686.zip |
Fiberlock now can trap multiple enemies on the same cell and its triggering area was reduced to 1x1.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13792 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-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 8cfab0c26..396467604 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -81,7 +81,7 @@ 369,0xb3, , -1, 0,10000,all, 0x008 //PA_GOSPEL 395,0xb5, , 4, 0, -1,all, 0x200 //CG_MOONLIT 404,0xb6, , -1, 0, -1,all, 0x000 //PF_FOGWALL -405,0xb7, , 0, 1,1000,enemy, 0x000 //PF_SPIDERWEB +405,0xb7, , 0, 0,1000,enemy, 0x000 //PF_SPIDERWEB 409,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLBABY 410,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLPARENT 428,0x86, , 0, 1, 100,enemy, 0x000 //SG_SUN_WARM |