diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-3/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/005-3/barrel.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-3/_mobs.txt b/npc/005-3/_mobs.txt index 5b8cc1a28..02272b984 100644 --- a/npc/005-3/_mobs.txt +++ b/npc/005-3/_mobs.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 005-3: Storage House mobs -005-3,34,37,10,3 monster Cave Maggot 1027,8,35000,300000 +005-3,34,37,10,3 monster House Maggot 1084,8,40000,300000 diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index 8c347678e..6dbd26f64 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -31,7 +31,7 @@ function script CheckBarrel { goto L_Loop;
L_BarrelTally:
- areamonster "005-3", 24, 34, 45, 42, "Cave Maggot", 1027, 1;
+ areamonster "005-3", 24, 34, 45, 42, "House Maggot", 1084, 1;
if (@barrel_count == 8)
{
message strcharinfo(0), "You found the bug bomb.";
|