summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d0bd59c6..fd325bf1 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -405,7 +405,7 @@ public function spawn {
/* Aqua Ticket Drops */
if (playerattached()) {
- if (instance_id() < 0) return; // No drops outside instanced maps
+ if (!compare(.@m$, X21ID2())) return; // No drops outside instanced maps
fix_mobkill(getarg(0));
}
return;