From ca014dd3aed4d9854fe8cd836be7982a534d2ebe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Dec 2021 23:49:27 -0300 Subject: Replace CRC's Aqua Ticket with Christmas Ticket --- npc/annuals/xmas/2021.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/annuals') diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index c6ff3302..bc87c319 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -412,7 +412,7 @@ OnX1165: .@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); + makeitem(XmasTicket, 1, .@m$, .@x, .@y); end; /* Experimental */ -- cgit v1.2.3-60-g2f50