diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 48c9240b1..e23397529 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -4715,7 +4715,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in case SC_GUILDAURA: case SC_EDP: case SC_AUTOBERSERK: case SC_CARTBOOST: case SC_MELTDOWN: case SC_SAFETYWALL: case SC_SMA: case SC_SPEEDUP0: case SC_NOCHAT: - case SC_ANKLE: case SC_JAILED: + case SC_ANKLE: case SC_SPIDERWEB: case SC_JAILED: continue; } if(i==SC_BERSERK) tsc->data[i].val2=0; //Mark a dispelled berserk to avoid setting hp to 100 by setting hp penalty to 0. |