summaryrefslogtreecommitdiff
path: root/src/game-server/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/npc.h')
-rw-r--r--src/game-server/npc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game-server/npc.h b/src/game-server/npc.h
index f62f72c7..49dd4bfa 100644
--- a/src/game-server/npc.h
+++ b/src/game-server/npc.h
@@ -82,12 +82,6 @@ class NPC : public Being
int getNPC() const
{ return mID; }
- /**
- * Gets the way an NPC is blocked by other things on the map
- */
- virtual unsigned char getWalkMask() const
- { return 0x83; } // blocked like a monster by walls, monsters and characters ( bin 1000 0011)
-
protected:
/**
* Gets the way a monster blocks pathfinding for other objects