summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/mobmanager.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals/xmas/mobmanager.txt')
-rw-r--r--npc/annuals/xmas/mobmanager.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/mobmanager.txt b/npc/annuals/xmas/mobmanager.txt
index e478e6be..d96b0fb0 100644
--- a/npc/annuals/xmas/mobmanager.txt
+++ b/npc/annuals/xmas/mobmanager.txt
@@ -17,7 +17,7 @@ L_InitSpawn:
L_StartLoop:
$@xmas_mob_lck = 1;
$@mob_count = mobcount($@xmas_map_spawns$[$@xmas_map_loop], "XmasSpawnCounter#" + $@xmas_map_loop + "::OnTally");
- $@spawn_amount = ($@xmas_mob_counts[$@xmas_map_loop] - ($@mob_count + 1));
+ $@spawn_amount = ($@xmas_mob_counts[$@xmas_map_loop] - $@mob_count);
if ($@spawn_amount)
goto L_Spawn;
goto L_NextMap;