diff options
Diffstat (limited to 'npc/018-2_Woodland_minning_camp/monsters.txt')
-rw-r--r-- | npc/018-2_Woodland_minning_camp/monsters.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/018-2_Woodland_minning_camp/monsters.txt b/npc/018-2_Woodland_minning_camp/monsters.txt index 7eb44908..dab70518 100644 --- a/npc/018-2_Woodland_minning_camp/monsters.txt +++ b/npc/018-2_Woodland_minning_camp/monsters.txt @@ -1,10 +1,10 @@ -// Map: new_38-1 +// Map: 018-2 // This is the Woodland Mines -- level 1. // -new_38-1.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime +018-2.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime -new_38-1.gat,0,0,0 script Mob38 -1,{ +018-2.gat,0,0,0 script Mob38 -1,{ OnYellowSlime: set @mobID, 1007; callfunc "MobPoints"; |