summaryrefslogtreecommitdiff
path: root/npc/functions/mob_points.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mob_points.txt')
-rw-r--r--npc/functions/mob_points.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt
index e6503a74..ed0bd165 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -22,7 +22,7 @@ function script MobPoints {
getitem XmasTicket, 1;
else if (getmonsterinfo(@mobId, MOB_LV) > 50 && rand2(6) == 3)
getitem XmasTicket, 1;
- else if (rand2(11) == 3)
+ else if (rand2(12) == 3)
getitem XmasTicket, 1;
}