summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 4c3559b9f..ce6f81aaf 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4443,10 +4443,6 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
break;
case AL_TELEPORT:
- //Should fail when used on top of Land Protector [Skotlex]
- if (map_getcell(bl->m, bl->x, bl->y, CELL_CHKLANDPROTECTOR))
- break;
-
if(sd) {
if (map[bl->m].flag.noteleport) {
clif_skill_teleportmessage(sd,0);