summaryrefslogtreecommitdiff
path: root/world/map/npc/005-3/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/005-3/monsters.txt')
-rw-r--r--world/map/npc/005-3/monsters.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/world/map/npc/005-3/monsters.txt b/world/map/npc/005-3/monsters.txt
deleted file mode 100644
index a52d0dc3..00000000
--- a/world/map/npc/005-3/monsters.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-// Map: 05-3
-// This is the Snake Pit, a cave in the Snake Desert.
-//
-
-005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob22::OnSnake
-
-005-3.gat,0,0,0|script|Mob22|-1,{
-OnSnake:
- set @mobID, 1010;
- callfunc "MobPoints";
- break;
- end;
-}