summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/2021.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 20:11:17 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 20:11:17 -0300
commit184a2a1e48d875e444c69d7be4c9482cd2b6d357 (patch)
tree0193ea9ce0ab5763e2dd17654dc0008f77a6cfdf /npc/annuals/xmas/2021.txt
parent8834fa18f391733b587eb8dd9aafae4a201ff71a (diff)
downloadserverdata-184a2a1e48d875e444c69d7be4c9482cd2b6d357.tar.gz
serverdata-184a2a1e48d875e444c69d7be4c9482cd2b6d357.tar.bz2
serverdata-184a2a1e48d875e444c69d7be4c9482cd2b6d357.tar.xz
serverdata-184a2a1e48d875e444c69d7be4c9482cd2b6d357.zip
Fix a couple minor bugs
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-rw-r--r--npc/annuals/xmas/2021.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index e872da43..5e4b6be3 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -488,7 +488,6 @@ OnX1165:
.@y2=.@y+2;
.@x=cap_value(rand2(.@x1, .@x2), 107, 126);
.@y=cap_value(rand2(.@y1, .@y2), 159, 177);
- debugmes "GIFT BOX %d %d", .@x, .@y;
makeitem(XmasTicket, 1, .@m$, .@x, .@y);
end;