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