summaryrefslogtreecommitdiff
path: root/src/map/elemental.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/elemental.c')
-rw-r--r--src/map/elemental.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/elemental.c b/src/map/elemental.c
index 1157e851e..770047138 100644
--- a/src/map/elemental.c
+++ b/src/map/elemental.c
@@ -484,10 +484,7 @@ int elemental_skillnotok(int skillid, struct elemental_data *ed) {
if (i == 0)
return 1; // invalid skill id
-
- if( ed->blockskill[i] > 0 )
- return 1;
-
+
return skillnotok(skillid, ed->master);
}