diff options
-rw-r--r-- | npc/annuals/xmas/2021.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index fd325bf1..7e8258c2 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 (!compare(.@m$, X21ID2())) return; // No drops outside instanced maps + if (!compare(.@m$, str(X21ID2()))) return; // No drops outside instanced maps fix_mobkill(getarg(0)); } return; |