diff options
Diffstat (limited to 'world/map/npc/001-3/monsters.txt')
-rw-r--r-- | world/map/npc/001-3/monsters.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/world/map/npc/001-3/monsters.txt b/world/map/npc/001-3/monsters.txt deleted file mode 100644 index 8f5e167c..00000000 --- a/world/map/npc/001-3/monsters.txt +++ /dev/null @@ -1,13 +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; -} |