summaryrefslogtreecommitdiff
path: root/npc/006-1_Desert_mountains/monsters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-1_Desert_mountains/monsters.txt')
-rw-r--r--npc/006-1_Desert_mountains/monsters.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/006-1_Desert_mountains/monsters.txt b/npc/006-1_Desert_mountains/monsters.txt
deleted file mode 100644
index 6942d2cf..00000000
--- a/npc/006-1_Desert_mountains/monsters.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// Map: 006-1
-// This is the Desert Mountains.
-//
-
-006-1.gat,0,0,0,0 monster MountainSnake 1026,60,0,0,Mob24::OnMountainSnake
-
-006-1.gat,0,0,0 script Mob24 -1,{
-OnMountainSnake:
- set @mobID, 1026;
- callfunc "MobPoints";
- break;
-
- end;
-}