From 22d78fdea101da42feb8d97cd6bb60f8bff37bc7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Dec 2021 12:55:08 -0300 Subject: Change the instance check rule --- npc/annuals/xmas/2021.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50