diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-01 14:01:42 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-01 14:01:42 +0000 |
commit | 5f59e9573144783798c4cb6c115bfaa2cf22515f (patch) | |
tree | d591c0f498d4cac9d1bf932559288638a9807eeb /db/skill_unit_db.txt | |
parent | 636a650ace24856d1ce381ec7b359d3fa291c4bf (diff) | |
download | hercules-5f59e9573144783798c4cb6c115bfaa2cf22515f.tar.gz hercules-5f59e9573144783798c4cb6c115bfaa2cf22515f.tar.bz2 hercules-5f59e9573144783798c4cb6c115bfaa2cf22515f.tar.xz hercules-5f59e9573144783798c4cb6c115bfaa2cf22515f.zip |
Fixed Fiberlock sometimes fails due to the long interval of skill_unit_timer. It may never fail now, though this may not be official. (bugreport:3136)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13834 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 396467604..aa13c7bed 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, 0,1000,enemy, 0x000 //PF_SPIDERWEB +405,0xb7, , 0, 0, -1,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 |