summaryrefslogtreecommitdiff
path: root/npc/019-1/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-1/_mobs.txt')
-rw-r--r--npc/019-1/_mobs.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/npc/019-1/_mobs.txt b/npc/019-1/_mobs.txt
deleted file mode 100644
index ae32c186..00000000
--- a/npc/019-1/_mobs.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Snow field mobs
-
-019-1.gat,0,0,0,0 monster Fluffy 1020,100,100000,30000,Mob019-1::On1020
-
-
-019-1.gat,0,0,0 script Mob019-1 -1,{
-On1020:
- set @mobID, 1020;
- callfunc "MobPoints";
- break;
-
- end;
-}