diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index b0cecd52e..baf1e7059 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -416,7 +416,7 @@ OnTimer240000: bg_monster($@FK_Team2, "012-1", rand(69, 136), rand(83, 74), "Monster Soldier", .@monsterId, "Hurnsguard::OnSkip"); } // One slime blast per general - .@Mgg=mobcount("Hurnsguard::OnXtreem"); + .@Mgg=mobcount("012-1", "Hurnsguard::OnXtreem"); for (.@i = 0; .@i < .@Mgg; .@i++) { bg_monster($@FK_Team2, "012-1", rand(69, 136), rand(83, 74), "Monster Soldier", SlimeBlast, "Cassia::OnSkip"); } |