summaryrefslogtreecommitdiff
path: root/npc/013-1/flowerpentagram.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/013-1/flowerpentagram.txt')
-rw-r--r--npc/013-1/flowerpentagram.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/013-1/flowerpentagram.txt b/npc/013-1/flowerpentagram.txt
index 1df7bd77..1a2e8f85 100644
--- a/npc/013-1/flowerpentagram.txt
+++ b/npc/013-1/flowerpentagram.txt
@@ -88,7 +88,6 @@ function script FlowerPentagramCount {
mobcount("013-1", "#FlowerPentagram::OnScorpionDeath") +
mobcount("013-1", "#FlowerPentagram::OnRScorpionDeath") +
mobcount("013-1", "#FlowerPentagram::OnAScorpionDeath") +
- mobcount("013-1", "#FlowerPentagram::OnBScorpionDeath") +
- 8; // the mobcount function has an offset of -1, so we add 8 to have the actual amount of monsters
+ mobcount("013-1", "#FlowerPentagram::OnBScorpionDeath");
return;
}