diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/shovel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |