summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-expr.c')
-rw-r--r--src/map/magic-expr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/magic-expr.c b/src/map/magic-expr.c
index 31abe13..1f7f408 100644
--- a/src/map/magic-expr.c
+++ b/src/map/magic-expr.c
@@ -89,8 +89,6 @@ show_entity(entity_t *entity)
return ((struct item_data *)(&((struct flooritem_data *)entity)->item_data))->name;
case BL_SKILL:
return "%skill";
- case BL_PET:
- return ((struct pet_data *)entity)->name;
case BL_SPELL:
return "%invocation(ERROR:this-should-not-be-an-entity)";
default: