From 27c8d26fef98213759c22cbaa8b19a0b765cd2e2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Dec 2021 22:52:06 -0300 Subject: Fix a few remaining issues. --- npc/annuals/xmas/2021.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/annuals') diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index dee9db7c..05c8a354 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -391,8 +391,8 @@ OnX1165: .@y1=.@y-2; .@x2=.@x+2; .@y2=.@y+2; - .@x=cap_value(rand2(.@x1, .@x2), 47, 65); - .@y=cap_value(rand2(.@y1, .@y2), 191, 212); + .@x=cap_value(rand2(.@x1, .@x2), 107, 126); + .@y=cap_value(rand2(.@y1, .@y2), 159, 177); debugmes "GIFT BOX %d %d", .@x, .@y; makeitem(AquaTicket, 1, .@m$, .@x, .@y); end; -- cgit v1.2.3-60-g2f50