From 07a2174205e60ffab451de1017c9f7e05c22fe6f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 17:32:32 -0300 Subject: I don't want to cross the "ideal" --- npc/functions/mob_points.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50