diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-3/barrel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index 6dbd26f64..47f0c2956 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, "House Maggot", 1084, 1;
+ areamonster "005-3", 24, 34, 45, 42, "House Maggot", 1084, 1, "Trainer::OnKillHouseMaggot";
if (@barrel_count == 8)
{
message strcharinfo(0), "You found the bug bomb.";
|