summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2015-05-26 09:27:51 +0200
committerMichieru <Michieru@users.noreply.github.com>2015-05-26 09:27:51 +0200
commit4cca156a2bffbe9b41d228da33393945de9dea4c (patch)
treed727597520f1e4ab6084dcd4c45478a04cac6409 /src/map/status.c
parentcd8e68ba9e18a6be416ecc4197b119eb9425fc23 (diff)
downloadhercules-4cca156a2bffbe9b41d228da33393945de9dea4c.tar.gz
hercules-4cca156a2bffbe9b41d228da33393945de9dea4c.tar.bz2
hercules-4cca156a2bffbe9b41d228da33393945de9dea4c.tar.xz
hercules-4cca156a2bffbe9b41d228da33393945de9dea4c.zip
Fix Vacuum Extrem resistance
In renewal Safetywall Hits Blocked depending also on Skill Level
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/status.c b/src/map/status.c
index b0ae7d261..8d228c763 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6517,9 +6517,6 @@ int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_typ
case SC_COLD:
tick_def2 = bst->vit*100 + status->get_lv(bl)*20;
break;
- case SC_VACUUM_EXTREME:
- tick_def2 = bst->str*50;
- break;
case SC_MANDRAGORA:
sc_def = (st->vit + st->luk)*20;
break;