summaryrefslogtreecommitdiff
path: root/npc/items/shovel.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-14 22:00:42 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-14 22:00:42 -0200
commit3600344bf97be5dec4a7e6c3b34c581dd1e1dedb (patch)
tree3df7687fe538eb7ea31823385ec999756c7d62d5 /npc/items/shovel.txt
parente66090061f0f8cea75e5b9421668f789b0f966ac (diff)
downloadserverdata-3600344bf97be5dec4a7e6c3b34c581dd1e1dedb.tar.gz
serverdata-3600344bf97be5dec4a7e6c3b34c581dd1e1dedb.tar.bz2
serverdata-3600344bf97be5dec4a7e6c3b34c581dd1e1dedb.tar.xz
serverdata-3600344bf97be5dec4a7e6c3b34c581dd1e1dedb.zip
Sorry, I've found the error >.< But leave that debug pipeline running
Diffstat (limited to 'npc/items/shovel.txt')
-rw-r--r--npc/items/shovel.txt2
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