From 3600344bf97be5dec4a7e6c3b34c581dd1e1dedb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 22:00:42 -0200 Subject: Sorry, I've found the error >.< But leave that debug pipeline running --- npc/items/shovel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index fc30b9168..c237a6394 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -15,7 +15,7 @@ function script shovel_scriptItem { .@amount=getarg(4,1); // Players can't walk on this cell, why bother? - if (!checkcell(.map$, .@x, .@y, cell_chkpass)) + if (!checkcell(.@map$, .@x, .@y, cell_chkpass)) return; // Bury the item, they're renewed daily at 00:00 -- cgit v1.2.3-60-g2f50