summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-07 23:49:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-07 23:49:27 -0300
commitca014dd3aed4d9854fe8cd836be7982a534d2ebe (patch)
tree9296e56394f0b682fea23f6c12e0fe9576fde029 /npc/annuals
parente28d346c54d72f85e8dfbf6c3447d9a74f39a5af (diff)
downloadserverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.tar.gz
serverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.tar.bz2
serverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.tar.xz
serverdata-ca014dd3aed4d9854fe8cd836be7982a534d2ebe.zip
Replace CRC's Aqua Ticket with Christmas Ticket
Diffstat (limited to 'npc/annuals')
-rw-r--r--npc/annuals/xmas/2021.txt2
1 files changed, 1 insertions, 1 deletions
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 */