diff options
Diffstat (limited to 'world/map/npc/001-3/monsters.txt')
-rw-r--r-- | world/map/npc/001-3/monsters.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/world/map/npc/001-3/monsters.txt b/world/map/npc/001-3/monsters.txt deleted file mode 100644 index 04e6b11d..00000000 --- a/world/map/npc/001-3/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// Map: 001-3 -// This is the Tulimshar Arena -- below Tulimshar. -// - -001-3.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot - -001-3.gat,0,0,0 script Mob6 -1,{ -OnMaggot: - set @mobID, 1002; - callfunc "MobPoints"; - break; - - end; -}
\ No newline at end of file |