diff options
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 7adc96adc..761287e2e 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1435,6 +1435,8 @@ int status_check_skilluse(struct block_list *src, struct block_list *target, int if(tsc && tsc->count) { + if( tsc->data[SC_INVINCIBLE] ) + return 0; if(!skill_num && !(status->mode&MD_BOSS) && tsc->data[SC_TRICKDEAD]) return 0; if((skill_num == WZ_STORMGUST || skill_num == WZ_FROSTNOVA || skill_num == NJ_HYOUSYOURAKU) |